diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/postinst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/postinst b/debian/postinst index c8c5a5aee..f634e81c3 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,6 +1,4 @@ #!/bin/sh -#DEBHELPER# - set -e case "$1" in @@ -32,4 +30,6 @@ case "$1" in ;; esac +#DEBHELPER# + exit 0 |