From d50611823c584b891ad076ef922cfddd67c51752 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 11 Jun 2013 23:32:11 +0200 Subject: add dh-systemd package, update changelog --- autoscripts/postrm-systemd-reload | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 autoscripts/postrm-systemd-reload (limited to 'autoscripts/postrm-systemd-reload') diff --git a/autoscripts/postrm-systemd-reload b/autoscripts/postrm-systemd-reload new file mode 100644 index 0000000..d86be20 --- /dev/null +++ b/autoscripts/postrm-systemd-reload @@ -0,0 +1,9 @@ +if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then + if [ -x "/usr/bin/deb-systemd-helper" ]; then + deb-systemd-helper disable #UNITFILES# >/dev/null + fi +fi + +if [ -d /run/systemd/system ]; then + systemctl --system daemon-reload >/dev/null || true +fi -- cgit v1.2.3