diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-04-25 13:57:17 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-04-25 13:57:17 +0200 |
commit | 9bd8e4943dafed33a1d04ccc3df3005e98f3ead3 (patch) | |
tree | c36d288b73eb32f099deb04fbb5deeb13f28791e /debian/sane-utils.postrm | |
parent | 0938037e9cf80cac14174fb6a5b03316db624dd9 (diff) |
New libsane.symbols, fix piupart error, remove v4ldepents
Diffstat (limited to 'debian/sane-utils.postrm')
-rw-r--r-- | debian/sane-utils.postrm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/sane-utils.postrm b/debian/sane-utils.postrm index 4960234..f1a0d79 100644 --- a/debian/sane-utils.postrm +++ b/debian/sane-utils.postrm @@ -1,6 +1,6 @@ #!/bin/sh -set -e +#set -e # # POSIX-compliant shell function @@ -21,7 +21,6 @@ pathfind() { } - if [ "$1" = purge ]; then pathfind update-inetd if [ $? = 0 ]; then @@ -44,3 +43,5 @@ if [ "$1" = purge ]; then fi #DEBHELPER# + +exit 0
\ No newline at end of file |