summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autoscripts/postrm-systemd1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoscripts/postrm-systemd b/autoscripts/postrm-systemd
index c8a5a32..118ff6a 100644
--- a/autoscripts/postrm-systemd
+++ b/autoscripts/postrm-systemd
@@ -8,5 +8,6 @@ if [ "$1" = "purge" ]; then
if [ -x "/usr/bin/deb-systemd-helper" ]; then
export _DEB_SYSTEMD_HELPER_PURGE=1
deb-systemd-helper disable #UNITFILES# >/dev/null
+ deb-systemd-helper unmask #UNITFILES# >/dev/null
fi
fi