]> git.proxmox.com Git - pmg-api.git/blobdiff - debian/prerm
bump version to 8.1.0
[pmg-api.git] / debian / prerm
index 4d0ca06805ec9f0b7c611cb61aeb8072c2c857ea..f9b6f3ae5eacc1d35e29ab7525743a7274d7311a 100644 (file)
@@ -19,7 +19,7 @@ case "$1" in
 esac
 
 if [ -d /run/systemd/system ] && [ "$1" = remove ]; then
-    deb-systemd-invoke stop pmgproxy.service pmgdaemon.service >/dev/null
+    deb-systemd-invoke stop pmgproxy.service pmgdaemon.service >/dev/null || true
 fi
 
 # dh_installdeb will replace this with shell code automatically