diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-11-02 07:48:56 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-11-02 07:48:56 +0100 |
commit | 530414c4c087586bbc42ee75c77cdc2d7591e977 (patch) | |
tree | 6571b450a260ee31da6c549341e4d68920e9980b /debian/libsane1.postinst | |
parent | f5c5e5a246e58ebdeeccde80fc451ddcfc0349e4 (diff) |
d/rule: Remove the --enable-locking option from dh_auto_configure
Diffstat (limited to 'debian/libsane1.postinst')
-rw-r--r-- | debian/libsane1.postinst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/libsane1.postinst b/debian/libsane1.postinst index 88528f0..971103e 100644 --- a/debian/libsane1.postinst +++ b/debian/libsane1.postinst @@ -9,11 +9,6 @@ case "$1" in addgroup --quiet --system scanner || true fi - if [ -d /var/lock/sane ]; then - mkdir /var/lock/sane - fi - chown saned:saned /var/lock/sane - ;; abort-upgrade|abort-remove|abort-deconfigure) |