aboutsummaryrefslogtreecommitdiff
path: root/DEBIAN/postrm
diff options
context:
space:
mode:
Diffstat (limited to 'DEBIAN/postrm')
-rwxr-xr-xDEBIAN/postrm5
1 files changed, 2 insertions, 3 deletions
diff --git a/DEBIAN/postrm b/DEBIAN/postrm
index 2c475d8..f35ae34 100755
--- a/DEBIAN/postrm
+++ b/DEBIAN/postrm
@@ -1,4 +1,3 @@
-#!/bin/sh
-
-# whether removing an updated package or just removing it entirely, this is a good idea:
+# deb postrm 2017-01-26
systemctl daemon-reload 1>/dev/null 2>&1
+exit 0
bgstack15