drop and use debhelper instead
This commit is contained in:
parent
60e412165e
commit
8c1a633017
9
debian/prerm
vendored
9
debian/prerm
vendored
|
@ -1,9 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
set -e
|
|
||||||
if [ -x "/etc/init.d/ps-watcher" ]; then
|
|
||||||
# if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
|
|
||||||
# invoke-rc.d ps-watcher stop || true
|
|
||||||
# else
|
|
||||||
/etc/init.d/ps-watcher stop && true
|
|
||||||
# fi
|
|
||||||
fi
|
|
Loading…
Reference in a new issue