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