summarylogtreecommitdiffstats
path: root/kcaldav.install
diff options
context:
space:
mode:
Diffstat (limited to 'kcaldav.install')
-rw-r--r--kcaldav.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/kcaldav.install b/kcaldav.install
new file mode 100644
index 000000000000..843727f2e89c
--- /dev/null
+++ b/kcaldav.install
@@ -0,0 +1,19 @@
+show_message () {
+ cat <<-EOF
+ ------
+ The CGI program has been installed to /usr/lib/kcaldav, and the
+ web root files and example configuration to /usr/share/kcaldav.
+
+ These need to be copied to suitable locations, possibly in a chroot
+ or separate container, and the HTTP server configured accordingly.
+ ------
+ EOF
+}
+
+post_install() {
+ show_message
+}
+post_upgrade() {
+ show_message
+}
+