summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-systemd-reload
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postrm-systemd-reload')
-rw-r--r--autoscripts/postrm-systemd-reload9
1 files changed, 0 insertions, 9 deletions
diff --git a/autoscripts/postrm-systemd-reload b/autoscripts/postrm-systemd-reload
deleted file mode 100644
index d86be20..0000000
--- a/autoscripts/postrm-systemd-reload
+++ /dev/null
@@ -1,9 +0,0 @@
-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