summarylogtreecommitdiffstats
path: root/seiscomp-maps.install
diff options
context:
space:
mode:
Diffstat (limited to 'seiscomp-maps.install')
-rw-r--r--seiscomp-maps.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/seiscomp-maps.install b/seiscomp-maps.install
new file mode 100644
index 000000000000..64dbbc417caa
--- /dev/null
+++ b/seiscomp-maps.install
@@ -0,0 +1,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
+}