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 97dd21bcff
commit 328430d3bf
No known key found for this signature in database
GPG Key ID: 1BB9B1FB5A4C6DAD
2 changed files with 1 additions and 3 deletions

View File

@ -412,7 +412,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