Fix: Error management in debian package

This commit is contained in:
Laurent Destailleur 2011-01-12 02:38:19 +00:00
parent 91f930e134
commit 93ca7dde30
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ set -e
db_version 2.0
echo Run the config script
echo Run the dolibarr config script
# Rotate old configuration
if [ "$1" = "reconfigure" ] ; then

View File

@ -21,7 +21,7 @@ set -e
db_version 2.0
echo Run the postinst script
echo Run the dolibarr postinst script
case "$1" in
configure)

View File

@ -21,7 +21,7 @@ set -e
db_version 2.0
echo Run the postrm script
echo Run the dolibarr postrm script
#echo "postrm db_get dolibarr/webserver"
# We disable set -e to avoid premature end of script if error