blob: d45792886274ffad686ef4c1b5432e1ac4e4c4bb (
plain)
1
2
3
4
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."
}
|