summaryrefslogtreecommitdiff
path: root/community/cgit/cgit.install
blob: 7d696ada92c8db6b30987029f5236619c0887986 (plain)
1
2
3
4
5
6
7
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."
}