From 331434d0bb2f7bd1996566abb20e975cb234c878 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 28 Oct 2012 13:55:27 -0400 Subject: Revert "Support systemd in dh_installinit and postinst/postrm" This reverts commit a0a7bb3433cba64677cf25c469d626552da9f356. New patch sent. --- autoscripts/postrm-init | 7 ------- 1 file changed, 7 deletions(-) (limited to 'autoscripts/postrm-init') diff --git a/autoscripts/postrm-init b/autoscripts/postrm-init index 61dcfc53..1c292982 100644 --- a/autoscripts/postrm-init +++ b/autoscripts/postrm-init @@ -1,10 +1,3 @@ if [ "$1" = "purge" ] ; then update-rc.d #SCRIPT# remove >/dev/null fi - - -# In case this system is running systemd, we make systemd reload the unit files -# to pick up changes. -if [ -d /sys/fs/cgroup/systemd ] ; then - systemctl --system daemon-reload >/dev/null || true -fi -- cgit v1.2.3