From 93ca7dde30cb1b6690be7d6dfac1fcc2a8d2f88b Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Wed, 12 Jan 2011 02:38:19 +0000
Subject: [PATCH] Fix: Error management in debian package

---
 build/deb/config   | 2 +-
 build/deb/postinst | 2 +-
 build/deb/postrm   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build/deb/config b/build/deb/config
index 55116163de1..74220322386 100644
--- a/build/deb/config
+++ b/build/deb/config
@@ -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
diff --git a/build/deb/postinst b/build/deb/postinst
index 8ff7bf5f5bb..59fde17615b 100644
--- a/build/deb/postinst
+++ b/build/deb/postinst
@@ -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)
diff --git a/build/deb/postrm b/build/deb/postrm
index 437c7ae5bd5..992875bcb15 100644
--- a/build/deb/postrm
+++ b/build/deb/postrm
@@ -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
-- 
GitLab