This commit is contained in:
Jan Wagner 2007-07-06 21:18:24 +00:00
parent 6174521123
commit c2af72554c
2 changed files with 2 additions and 2 deletions

8
debian/postinst vendored
View file

@ -1,8 +0,0 @@
#!/bin/sh
set -e
# generate correct pid file, for versions where was non or incorrect
if [ "$1" = "upgrade" ] && [ "$2" ] && dpkg --compare-versions "$2" <= "1.06-6"; then
ps aux | grep /usr/bin/ps-watcher | head -1 | awk '{ print $2 }' > /var/run/ps-watcher.pid
fi
#DEBHELPER#