]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
no install error dll conf not exists
authorBastian Dehn <hhaalo@arcor.de>
Sat, 13 Apr 2024 09:11:21 +0000 (11:11 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 13 Apr 2024 09:11:21 +0000 (11:11 +0200)
src/debian/postinst
src/debian/postrm

index 00151cddd5893d2587b733c0f3d255a10f852a28..32e989519f8ed57e98b2ac04b3602dd4b8ab254f 100755 (executable)
@@ -7,7 +7,7 @@ main()
 
        if [ ! -f "$DLLCONFIG" ]; then
                echo "ERROR: $DLLCONFIG does not exist"
-               exit 1
+               exit 0
        fi
 
        echo "found $DLLCONFIG"
index 2bfa735647f048475fed3939ae0670b77403c351..b8dacd3de015f125e74647723f53d4b745709821 100644 (file)
@@ -7,7 +7,7 @@ main()
 
        if [ ! -f "$DLLCONFIG" ]; then
                echo "ERROR: $DLLCONFIG does not exist"
-               exit 1
+               exit 0
        fi
 
        echo "found $DLLCONFIG"