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:
commit
fb1e51301d
|
@ -14,3 +14,4 @@ if [ -x `command -v systemctl` ]; then
|
||||||
else
|
else
|
||||||
update-rc.d -f pandora_agent_daemon remove
|
update-rc.d -f pandora_agent_daemon remove
|
||||||
fi
|
fi
|
||||||
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue