diff --git a/debian/postrm b/debian/postrm index 1c89c19..8913ed2 100755 --- a/debian/postrm +++ b/debian/postrm @@ -2,5 +2,5 @@ if [[ "$1" != "upgrade" ]]; then echo "Disabling FlashMQ systemd service" - systemctl disable flashmq.service + systemctl disable flashmq.service || echo "Ignoring..." fi