qa: adjust 917 to deal with various selinux tool versions
[pcp.git] / debian / pcp-manager.prerm
blob67a191511bca1fad414fdd5abccf7bb1a3f9c3d9
1 #!/bin/sh -e
2 #DEBHELPER#
4 if which invoke-rc.d >/dev/null 2>&1; then
5 invoke-rc.d pmmgr stop
6 else
7 /etc/init.d/pmmgr stop
8 fi