summarylogtreecommitdiffstats
path: root/seiscomp-maps.install
blob: 64dbbc417caaaf5dc2051b0cc6c750cfa1196197 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
		setfacl -d -m g::rwX opt/seiscomp
		chmod g+s opt/seiscomp
}

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