summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install6
1 files changed, 6 insertions, 0 deletions
diff --git a/install b/install
new file mode 100644
index 000000000000..0d09933b09c2
--- /dev/null
+++ b/install
@@ -0,0 +1,6 @@
+post_install() {
+ cp -n /etc/webapps/sabre-zarafa/config.example.inc.php /etc/webapps/sabre-zarafa/config.inc.php
+ chown -R http:http /var/log/sabre-zarafa
+ chown -R http:http /var/lib/sabre-zarafa
+}
+