summarylogtreecommitdiffstats
path: root/cgit.install
diff options
context:
space:
mode:
authorChristian Hesse2015-08-13 09:03:10 +0200
committerChristian Hesse2015-08-13 09:03:10 +0200
commit791b58b5624700cdb5e57a3172208ac75f247d5d (patch)
tree25ffbac1be765bcba5c27bf3654d59b8724c0587 /cgit.install
downloadaur-791b58b5624700cdb5e57a3172208ac75f247d5d.tar.gz
initial import of cgit-git 0.11.2.r12.gda1d4c7-1
Diffstat (limited to 'cgit.install')
-rw-r--r--cgit.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/cgit.install b/cgit.install
new file mode 100644
index 000000000000..d45792886274
--- /dev/null
+++ b/cgit.install
@@ -0,0 +1,5 @@
+post_install() {
+ chown -v http:http var/cache/cgit
+ echo "==> cgit looks at /etc/cgitrc for configuration. There is"
+ echo "==> an example configuration file in the cgitrc(5) man page."
+}