preinst
This commit is contained in:
parent
6174521123
commit
c2af72554c
2 changed files with 2 additions and 2 deletions
8
debian/postinst
vendored
8
debian/postinst
vendored
|
@ -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#
|
Loading…
Add table
Add a link
Reference in a new issue