path: ps-watcher_1.08-12/debian/preinst
# generate correct pid file, for versions where was non or incorrect
if [ "$1" = "upgrade" ] && [ "$2" ] && dpkg --compare-versions "$2" le "1.06-6"; then
	pidof ps-watcher > /var/run/ps-watcher.pid
fi
#DEBHELPER#
