summaryrefslogtreecommitdiff
path: root/debian/sane-utils.postrm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/sane-utils.postrm')
-rw-r--r--debian/sane-utils.postrm6
1 files changed, 2 insertions, 4 deletions
diff --git a/debian/sane-utils.postrm b/debian/sane-utils.postrm
index 30e2a2d..9f4ef99 100644
--- a/debian/sane-utils.postrm
+++ b/debian/sane-utils.postrm
@@ -26,8 +26,7 @@ pathfind() {
if [ "$1" = purge ] ; then
- pathfind update-inetd
- if [ $? = 0 ] ; then
+ if pathfind update-inetd ; then
update-inetd --remove sane-port || true
update-inetd --remove "#<off># sane-port" || true
fi
@@ -54,8 +53,7 @@ if [ "$1" = purge ] ; then
#
# remove user / group
#
- pathfind deluser
- if [ $? = 0 ] ; then
+ if pathfind deluser ; then
deluser -q --group --system saned || true
deluser -q --group --system scanner || true
deluser -q --system --remove-all-files saned || true