the repository which powers this website
Diffstat (limited to 'archlinux/cgit-yli-theme-git.install')
-rw-r--r--archlinux/cgit-yli-theme-git.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/archlinux/cgit-yli-theme-git.install b/archlinux/cgit-yli-theme-git.install
new file mode 100644
index 00000000..852a6b6a
--- /dev/null
+++ b/archlinux/cgit-yli-theme-git.install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+post_install() {
+ echo "==> cgit looks at /etc/cgitrc for configuration. There is"
+ echo "==> an example configuration file in the cgitrc(5) man page."
+}