#!/bin/sh

post_install() {
	chown -v http:http var/cache/cgit-aurweb
	echo "==> cgit looks at /etc/cgitrc for configuration. There is"
	echo "==> an example configuration file in the cgitrc(5) man page."
}
