From fe5b35374a749fd584ee6efbefb52d8ee677fee5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 13 Feb 2010 11:00:43 +0000 Subject: [PATCH] Enhance debian installer --- build/deb/postrm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/deb/postrm b/build/deb/postrm index 03d9dd5b915..f84b35e6c6c 100644 --- a/build/deb/postrm +++ b/build/deb/postrm @@ -79,6 +79,8 @@ case "$1" in . /usr/share/wwwconfig-common/${dbtype}-dropuser.sh . /usr/share/wwwconfig-common/${dbtype}-dropdb.sh + else + echo "postrm Delete of dolibarr database not wanted" fi # Remove include files @@ -91,7 +93,7 @@ case "$1" in if [ -s $conffile ] ; then # We disable set -e to avoid premature end of script if error - echo postrm remove include to /etc/dolibarr/apache.conf + echo postrm remove dolibarr include from /etc/dolibarr/apache.conf set +e . /usr/share/wwwconfig-common/apache-uninclude.sh set -e