diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-04-28 09:11:24 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-04-28 09:11:24 +0200 |
commit | 586972dbe92107ae491684260d4460e44b30d90c (patch) | |
tree | 040d8eb277e1e1eda813af852147d0cf84b8ec4d /debian/sane-utils.config | |
parent | d428893e8e88e84d2f46bd7e23d77b96a8c86f88 (diff) |
debian/sane-utils.config: Remove the RUN parameter
Diffstat (limited to 'debian/sane-utils.config')
-rw-r--r-- | debian/sane-utils.config | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/sane-utils.config b/debian/sane-utils.config index 93a73c5..af7e2f0 100644 --- a/debian/sane-utils.config +++ b/debian/sane-utils.config @@ -6,13 +6,7 @@ set -e if [ -e /etc/default/saned ]; then . /etc/default/saned - if [ "$RUN" != "yes" ]; then - db_set sane-utils/saned_run false - else - db_set sane-utils/saned_run true - fi fi -db_input medium sane-utils/saned_run || true db_input medium sane-utils/saned_scanner_group || true db_go || true |