Be sure that all maintainer scripts are returning 0 at their end

This commit is contained in:
Laurent Bigonville 2012-08-12 00:08:16 +02:00
parent edbf4928c5
commit ba9e479229
6 changed files with 10 additions and 1 deletions

View file

@ -8,3 +8,5 @@ if [ "$1" = upgrade ]; then
fi
#DEBHELPER#
exit 0