the repository which powers this website
1
2
3
4
5
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."
}