summaryrefslogtreecommitdiff
path: root/bareos/bareos-bconsole.install
blob: e78060cef467214e1eda37101b92771a28e8ecbf (plain)
1
2
3
4
5
6
7
8
9
10
11
## arg 1:  the new package version
post_install() {
	/usr/lib/bareos/scripts/bareos-config initialize_local_hostname
	/usr/lib/bareos/scripts/bareos-config initialize_passwords

	chown -R bareos:bareos /etc/bareos
}

post_upgrade() {
  post_install
}