summaryrefslogtreecommitdiff
path: root/bareos/bareos-storage-fifo.install
blob: 8d57d9573e6c8032c5a26a3c7db8af73979b7b51 (plain)
1
2
3
4
5
6
7
8
## arg 1:  the new package version
post_install() {
	chown -R bareos:bareos /etc/bareos
}

post_upgrade() {
	post_install
}