Merge branch '1008-fallo-del-instalador-de-debian-del-agente-de-pandora' into 'develop'

Avoid to launch postinst script on Debian remove fail

See merge request !671
This commit is contained in:
vgilc 2017-07-18 17:15:50 +02:00
commit fb1e51301d
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