summarylogtreecommitdiffstats
path: root/seiscomp-docs.install
blob: 4a960a0a53f3e7e6ddc45b4b52a9cbb82f6d45ff (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	setfacl -R -m g:seiscomp:rwx opt/seiscomp
	setfacl -d -m g:seiscomp:rwX opt/seiscomp
}

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