summarylogtreecommitdiffstats
path: root/cqrlogo.install
diff options
context:
space:
mode:
authorChristian Hesse2015-06-28 21:05:09 +0200
committerChristian Hesse2015-06-28 21:05:09 +0200
commit227029f976f30ac00858ff3023ba92fab820341c (patch)
tree844e798f296a2af412d68908ecd42612553e39e5 /cqrlogo.install
downloadaur-227029f976f30ac00858ff3023ba92fab820341c.tar.gz
initial import of cqrlogo 0.5.3-3
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.'
+}