diff options
Diffstat (limited to 'debian/pcp-webapi.prerm')
-rw-r--r-- | debian/pcp-webapi.prerm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/pcp-webapi.prerm b/debian/pcp-webapi.prerm new file mode 100644 index 0000000..0854d96 --- /dev/null +++ b/debian/pcp-webapi.prerm @@ -0,0 +1,8 @@ +#!/bin/sh -e +#DEBHELPER# + +if which invoke-rc.d >/dev/null 2>&1; then + invoke-rc.d pmwebd stop +else + /etc/init.d/pmwebd stop +fi |