diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2013-09-20 04:57:04 +0000 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2013-09-20 04:57:04 +0000 |
commit | 9e9afefe6abd17ae86348dfe720970aec1f590bf (patch) | |
tree | b94f42ce1151119046ce8dee651f8e6282ffd184 | |
parent | 557100573c4c0d68f6d3e82c593c4da751ce7818 (diff) | |
download | init-system-helpers-9e9afefe6abd17ae86348dfe720970aec1f590bf.tar.gz |
unmask when purging (Thanks Michael Biebl)
-rw-r--r-- | autoscripts/postrm-systemd | 1 |
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 |