aboutsummaryrefslogtreecommitdiff
path: root/mail/roundcube-calendar-kolab/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'mail/roundcube-calendar-kolab/files/pkg-message.in')
-rw-r--r--mail/roundcube-calendar-kolab/files/pkg-message.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/roundcube-calendar-kolab/files/pkg-message.in b/mail/roundcube-calendar-kolab/files/pkg-message.in
new file mode 100644
index 000000000000..b297aea9a0ab
--- /dev/null
+++ b/mail/roundcube-calendar-kolab/files/pkg-message.in
@@ -0,0 +1,15 @@
+[
+{ type: install
+ message: <<EOM
+Configuration is at %%WWWDIR%%/calendar/config.inc.php,
+and the instructions for initialising the database are there too.
+
+You will also need to enable the plugin in Roundcube's config.inc.php:
+
+ $config['plugins'] = array(
+ (...)
+ 'calendar',
+ );
+EOM
+}
+]