summarylogtreecommitdiffstats
path: root/bareos-database-mysql.install
diff options
context:
space:
mode:
authorkhvalera2022-05-03 22:07:46 +0300
committerkhvalera2022-05-03 22:07:46 +0300
commitc4ec1cf0f15445cbcc2e22fd1d8cbf54ed9b3391 (patch)
tree549b3e17239fe86a21576224d0bcbf4e62919066 /bareos-database-mysql.install
parent4b440896ece2f7c06722c0f20d39e2880d125ae3 (diff)
downloadaur-c4ec1cf0f15445cbcc2e22fd1d8cbf54ed9b3391.tar.gz
20.0.1
Diffstat (limited to 'bareos-database-mysql.install')
-rw-r--r--bareos-database-mysql.install13
1 files changed, 5 insertions, 8 deletions
diff --git a/bareos-database-mysql.install b/bareos-database-mysql.install
index dcfdf0406c65..9cebd5f8b7a2 100644
--- a/bareos-database-mysql.install
+++ b/bareos-database-mysql.install
@@ -3,22 +3,19 @@ coloroff='\e[0m'
# arg 0: the new package version
post_install() {
- echo -e "${yellow}NOTE: Please see documentation (section 2.4.2) to setup database:${coloroff}"
- #echo -e "${yellow} http://doc.bareos.org/master/html/bareos-manual-main-reference.html#x1-400002.4.2${coloroff}"
- echo -e "${yellow} http://download.bareos.org/bareos/release/17.2/documentation/html/bareos-manual-main-reference.html#QQ2-1-47${coloroff}"
+ echo -e "${yellow}NOTE: Please see documentation (section 2.4.2) to setup database:${coloroff}"
+ echo -e "${yellow} http://download.bareos.org/bareos/release/17.2/documentation/html/bareos-manual-main-reference.html#QQ2-1-47${coloroff}"
}
# arg 0: the new package version
# arg 2: the old package version
post_upgrade() {
- #echo -e "${yellow}NOTE: Please see documentation (section) 3.1.2 to update database${coloroff}"
- #echo -e "${yellow} http://doc.bareos.org/master/html/bareos-manual-main-reference.html#x1-450003.1.2${coloroff}"
- echo -e "${yellow}NOTE: Please see documentation (section) 4.2.2 to update database${coloroff}"
- echo -e "${yellow} http://download.bareos.org/bareos/release/17.2/documentation/html/bareos-manual-main-reference.html#x1-710004.2.2${coloroff}"
+ echo -e "${yellow}NOTE: Please see documentation (section) 4.2.2 to update database${coloroff}"
+ echo -e "${yellow} http://download.bareos.org/bareos/release/17.2/documentation/html/bareos-manual-main-reference.html#x1-710004.2.2${coloroff}"
}
# arg 0: the old package version
post_remove() {
- echo -e "${yellow}NOTE: To remove all traces of bareos please delete the bareos database.${coloroff}"
+ echo -e "${yellow}NOTE: To remove all traces of bareos please delete the bareos database.${coloroff}"
}