Avoid to launch postinst script on Debian remove fail
This commit is contained in:
parent
97cfe0260a
commit
4da7b08f84
|
@ -14,3 +14,4 @@ if [ -x `command -v systemctl` ]; then
|
|||
else
|
||||
update-rc.d -f pandora_agent_daemon remove
|
||||
fi
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue