diff options
Diffstat (limited to 'debian/sane-utils.postinst')
| -rw-r--r-- | debian/sane-utils.postinst | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debian/sane-utils.postinst b/debian/sane-utils.postinst index cf97dbe..155ed22 100644 --- a/debian/sane-utils.postinst +++ b/debian/sane-utils.postinst @@ -66,7 +66,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 | 
