summarylogtreecommitdiffstats
path: root/seiscomp.install
diff options
context:
space:
mode:
Diffstat (limited to 'seiscomp.install')
-rw-r--r--seiscomp.install8
1 files changed, 2 insertions, 6 deletions
diff --git a/seiscomp.install b/seiscomp.install
index f626407ee9d4..3421d07aa044 100644
--- a/seiscomp.install
+++ b/seiscomp.install
@@ -1,7 +1,5 @@
post_install() {
- find opt/seiscomp -type d \
- -exec setfacl -d -m g::rwX '{}' \; \
- -exec chmod g+s '{}' \;
+ find opt/seiscomp -type d -exec setfacl -d -m g::rwX '{}' \;
echo " ->----------------------------------------------------------------<-"
echo " -> Before using seiscomp for first time you need to do following:"
@@ -12,7 +10,5 @@ post_install() {
}
post_upgrade() {
- find opt/seiscomp -type d \
- -exec setfacl -d -m g::rwX '{}' \; \
- -exec chmod g+s '{}' \;
+ find opt/seiscomp -type d -exec setfacl -d -m g::rwX '{}' \;
}