aboutsummaryrefslogtreecommitdiffstats
path: root/community/roundcubemail/roundcubemail-installer.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/roundcubemail/roundcubemail-installer.post-install')
-rw-r--r--community/roundcubemail/roundcubemail-installer.post-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/roundcubemail/roundcubemail-installer.post-install b/community/roundcubemail/roundcubemail-installer.post-install
new file mode 100644
index 0000000000..8cd22c19e6
--- /dev/null
+++ b/community/roundcubemail/roundcubemail-installer.post-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# Allow installer to modify the config.
+chown roundcube /etc/roundcube/config.inc.php
+
+exit 0