From abc90c9171095facb6069b7dbae0f80b90f543a5 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Thu, 16 Jul 2026 17:10:44 +0200 Subject: [PATCH] remove unused var --- src/debian/postinst | 1 - 1 file changed, 1 deletion(-) diff --git a/src/debian/postinst b/src/debian/postinst index 3ac070b..38d92a0 100755 --- a/src/debian/postinst +++ b/src/debian/postinst @@ -4,7 +4,6 @@ set -e main() { DLLCONFIG=${DLLCONFIG:="/etc/sane.d/dll.conf"} - local entry_count= local ENTRY="kds_s2000w_net" [ ! -f "$DLLCONFIG" ] \ -- 2.47.3