Avoid to launch postinst script on Debian remove fail

This commit is contained in:
fermin831 2017-07-18 16:23:45 +02:00
parent 97cfe0260a
commit 4da7b08f84
1 changed files with 1 additions and 0 deletions

View File

@ -14,3 +14,4 @@ if [ -x `command -v systemctl` ]; then
else
update-rc.d -f pandora_agent_daemon remove
fi
exit 0