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/prerm-systemd | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 autoscripts/prerm-systemd (limited to 'autoscripts/prerm-systemd') diff --git a/autoscripts/prerm-systemd b/autoscripts/prerm-systemd new file mode 100644 index 0000000..aa36110 --- /dev/null +++ b/autoscripts/prerm-systemd @@ -0,0 +1,3 @@ +if [ -d /run/systemd/system ]; then + systemctl stop #UNITFILES# >/dev/null +fi -- cgit v1.2.3