From 9e9afefe6abd17ae86348dfe720970aec1f590bf Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 20 Sep 2013 04:57:04 +0000 Subject: unmask when purging (Thanks Michael Biebl) --- autoscripts/postrm-systemd | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3