summaryrefslogtreecommitdiff
path: root/debian/sane-utils.postrm
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-04-25 13:57:17 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-04-25 13:57:17 +0200
commit9bd8e4943dafed33a1d04ccc3df3005e98f3ead3 (patch)
treec36d288b73eb32f099deb04fbb5deeb13f28791e /debian/sane-utils.postrm
parent0938037e9cf80cac14174fb6a5b03316db624dd9 (diff)
New libsane.symbols, fix piupart error, remove v4ldepents
Diffstat (limited to 'debian/sane-utils.postrm')
-rw-r--r--debian/sane-utils.postrm5
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