diff options
Diffstat (limited to 'DEBIAN/postrm')
-rwxr-xr-x | DEBIAN/postrm | 5 |
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 |