summarylogtreecommitdiffstats
path: root/seiscomp-maps.install
blob: e32144b1ff19037b3e6d4bc2da258765b7fe93b6 (plain)
1
2
3
4
5
6
7
post_install() {
		setfacl -d -m g::rwX opt/seiscomp
}

post_upgrade() {
		setfacl -d -m g::rwX opt/seiscomp
}