This commit is contained in:
Jan Wagner 2006-11-09 08:14:51 +00:00
parent cbd315a9a4
commit 24d768fda7

1
debian/postinst vendored
View file

@ -6,7 +6,6 @@ then
fi fi
if [ -x "/etc/init.d/ps-watcher" ]; then if [ -x "/etc/init.d/ps-watcher" ]; then
update-rc.d ps-watcher defaults 40 >/dev/null
if [ "$startup" = "1" ] && [ -f $CONFIG ]; then if [ "$startup" = "1" ] && [ -f $CONFIG ]; then
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
invoke-rc.d ps-watcher start || exit $? invoke-rc.d ps-watcher start || exit $?