From 27d80816bae4756497fc673652d3636799f08c2f Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 7 Jul 2016 13:43:42 +0200 Subject: Merge dh-systemd into debhelper proper --- 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 00000000..6cc72423 --- /dev/null +++ b/autoscripts/prerm-systemd @@ -0,0 +1,3 @@ +if [ -d /run/systemd/system ]; then + deb-systemd-invoke stop #UNITFILES# >/dev/null +fi -- cgit v1.2.3