summarylogtreecommitdiffstats
path: root/bareos-database-postgresql.install
blob: d462aced941dd3122ec56e8a77a213c0fc4a566e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
yellow='\e[0;33m'
coloroff='\e[0m'

# arg 0:  the new package version
post_install() {
   echo -e "${yellow}NOTE: Please see documentation to setup database${coloroff}"
}

# arg 0:  the new package version
# arg 2:  the old package version
post_upgrade() {
   echo -e "${yellow}NOTE: Please see documentation to setup database${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}"
}