From 1edb02101a9306fc711cd422ed507d18165b1691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 15 Jul 2017 11:25:39 +0200 Subject: move from support/1.0.27 to feature/1.0.27 --- debian/sane-utils.postinst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'debian/sane-utils.postinst') diff --git a/debian/sane-utils.postinst b/debian/sane-utils.postinst index cf97dbe..2d47e78 100644 --- a/debian/sane-utils.postinst +++ b/debian/sane-utils.postinst @@ -4,10 +4,6 @@ set -e SANED_DEFAULT=/etc/default/saned -saned_eh () { - echo "saned couldn't start; check your inetd configuration and README.Debian" -} - # # POSIX-compliant shell function # to check for the existence of a command @@ -66,7 +62,7 @@ if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ]; then fi fi if [ "$SANED_IN_SCANNER" = "true" ]; then - adduser --quiet saned scanner || true + adduser --quiet saned scanner else if id saned | grep -q "groups=.*\(scanner\)"; then deluser --quiet saned scanner -- cgit v1.2.3