diff --git a/build/deb/config b/build/deb/config index 55116163de1143715133f6876d53b284c5952544..742203223864d02aae928c7c728ff69d699a3b1f 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 8ff7bf5f5bb98142ff892a2b02e22aca67484358..59fde17615b2c1764ca4e726776f35eaf77ee4ef 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 437c7ae5bd59115b4df5577c09d34bdf6df46da3..992875bcb15d62c65d02a3a2f3c258a2b4be946b 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