drop and use debhelper instead

This commit is contained in:
Jan Wagner 2007-07-04 19:24:33 +00:00
parent 60e412165e
commit 8c1a633017

9
debian/prerm vendored
View file

@ -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