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

(cherry picked from commit 328430d3bf)
This commit is contained in:
Jason Mehring 2015-02-07 04:51:45 -05:00 committed by Marek Marczykowski-Górecki
parent c304933fb7
commit e549897f57
2 changed files with 1 additions and 3 deletions

View File

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

View File

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