summaryrefslogtreecommitdiffstats
path: root/debian/postrm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/postrm')
-rw-r--r--debian/postrm9
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/postrm b/debian/postrm
index 333f2b5af..10a84805e 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -1,15 +1,6 @@
#!/bin/sh
set -e
-if [ "$1" = "purge" ]; then
- update-rc.d rspamd remove >/dev/null
-fi
-
-if [ -d /run/systemd/system ]; then
- deb-systemd-invoke --system daemon-reload >/dev/null || true
- deb-systemd-invoke --system stop rspamd.service 2>/dev/null || true
-fi
-
#DEBHELPER#
case "$1" in