From: Bastian Dehn Date: Sat, 13 Apr 2024 09:11:21 +0000 (+0200) Subject: no install error dll conf not exists X-Git-Tag: v1.0.0^2~16 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=6ee4fa6fe6d181dcfccabcbdc6c951fc4fc74bec;p=sane-kds-s2000w-net.git no install error dll conf not exists --- diff --git a/src/debian/postinst b/src/debian/postinst index 00151cd..32e9895 100755 --- a/src/debian/postinst +++ b/src/debian/postinst @@ -7,7 +7,7 @@ main() if [ ! -f "$DLLCONFIG" ]; then echo "ERROR: $DLLCONFIG does not exist" - exit 1 + exit 0 fi echo "found $DLLCONFIG" diff --git a/src/debian/postrm b/src/debian/postrm index 2bfa735..b8dacd3 100644 --- a/src/debian/postrm +++ b/src/debian/postrm @@ -7,7 +7,7 @@ main() if [ ! -f "$DLLCONFIG" ]; then echo "ERROR: $DLLCONFIG does not exist" - exit 1 + exit 0 fi echo "found $DLLCONFIG"