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

Šī revīzija ir iekļauta:
Jason Mehring 2015-02-07 04:51:45 -05:00
vecāks 97dd21bcff
revīzija 328430d3bf
Šim parakstam datu bāzē netika atrasta zināma atslēga
GPG atslēgas ID: 1BB9B1FB5A4C6DAD
2 mainīti faili ar 1 papildinājumiem un 3 dzēšanām

Parādīt failu

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

Parādīt failu

@ -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