diff options
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 |