summaryrefslogtreecommitdiff
path: root/debian/pcp-manager.prerm
blob: 67a191511bca1fad414fdd5abccf7bb1a3f9c3d9 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -e
#DEBHELPER#

if which invoke-rc.d >/dev/null 2>&1; then
    invoke-rc.d pmmgr stop
else
    /etc/init.d/pmmgr stop
fi