summaryrefslogtreecommitdiff
path: root/community/cgit/cgit.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/cgit/cgit.install')
-rw-r--r--community/cgit/cgit.install6
1 files changed, 2 insertions, 4 deletions
diff --git a/community/cgit/cgit.install b/community/cgit/cgit.install
index 7d696ada9..d45792886 100644
--- a/community/cgit/cgit.install
+++ b/community/cgit/cgit.install
@@ -1,7 +1,5 @@
post_install() {
- echo -n "Setting ownership of /var/cache/cgit to http:http ... "
chown -v http:http var/cache/cgit
- echo "done."
- echo -n "cgit looks at /etc/cgitrc for configuration. there is "
- echo "an example configuration file in its manpage."
+ echo "==> cgit looks at /etc/cgitrc for configuration. There is"
+ echo "==> an example configuration file in the cgitrc(5) man page."
}