summarylogtreecommitdiffstats
path: root/cqrlogo.install
diff options
context:
space:
mode:
Diffstat (limited to 'cqrlogo.install')
-rw-r--r--cqrlogo.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/cqrlogo.install b/cqrlogo.install
new file mode 100644
index 000000000000..8679a7054533
--- /dev/null
+++ b/cqrlogo.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo ' > Configuration files for apache and lighttpd have been installed'
+ echo ' > with this package.'
+ echo ' > For apache make sure mod_alias and either of mod_fastcgi and'
+ echo ' > mod_fcgid is loaded.'
+ echo ' > For lighttpd just include the config file conf.d/cqrlogo.conf'
+ echo ' > in main configuration.'
+}