diff options
author | Michael Stapelberg <stapelberg@debian.org> | 2014-02-25 19:34:18 +0100 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2014-02-25 19:34:18 +0100 |
commit | 4ae81cdc581cf634cb4a766d459a74ca80387858 (patch) | |
tree | 99cb81424ae8591c2883500425bb20aac0398734 | |
parent | 03c18c3987d737af10d28a7bf7f42ca8c7bf5cfd (diff) | |
download | init-system-helpers-4ae81cdc581cf634cb4a766d459a74ca80387858.tar.gz |
use the purge verb in autoscripts
-rw-r--r-- | autoscripts/postrm-systemd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/autoscripts/postrm-systemd b/autoscripts/postrm-systemd index 118ff6a..22725ce 100644 --- a/autoscripts/postrm-systemd +++ b/autoscripts/postrm-systemd @@ -6,8 +6,7 @@ fi 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 purge #UNITFILES# >/dev/null deb-systemd-helper unmask #UNITFILES# >/dev/null fi fi |