debian: Remove 'exit 0' in maintainer section scripts to all other debhelpers (if any) to also execute

This commit is contained in:
Jason Mehring 2015-02-07 04:51:45 -05:00
parent b40c791914
commit bb850ab95d
2 changed files with 1 additions and 3 deletions

View File

@ -413,7 +413,6 @@ case "${1}" in
;; ;;
esac esac
done done
exit 0
;; ;;
*) *)

View File

@ -57,11 +57,10 @@ if [ "$1" = "install" ] ; then
} }
usermod -p '' root usermod -p '' root
usermod -L user usermod -L user
exit 0
fi fi
if [ "$1" = "upgrade" ] ; then if [ "$1" = "upgrade" ] ; then
exit 0 true
fi fi
# dh_installdeb will replace this with shell code automatically # dh_installdeb will replace this with shell code automatically