summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorMartina Pietruschka2015-06-08 22:25:47 +0000
committerMartina Pietruschka2015-06-08 22:25:47 +0000
commit1b7a6d1c62b7c1ac40f27fbb2f36d9d24fb09059 (patch)
treee89162de9770c6d4e07b7ea807594a5d5f02c2b1 /install
downloadaur-1b7a6d1c62b7c1ac40f27fbb2f36d9d24fb09059.tar.gz
Initial import
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..161f5e93dd11
--- /dev/null
+++ b/install
@@ -0,0 +1,6 @@
+post_install() {
+ cp -n /etc/webapps/z-push/config.example.php /etc/webapps/z-push/config.php
+ chown -R http:http /var/log/z-push
+ chown -R http:http /var/lib/z-push
+}
+