updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / webgrind / webgrind.install
blobed1446b90be1a6ad62d317d9023ddc76e9c2d869
1 post_install() {
2   echo ""
3   echo " ==> Copy the example configuration file to your httpd configuration directory."
4   echo "    cp /etc/webapps/webgrind/apache.example.conf /etc/httpd/conf/extra/httpd-webgrind.conf"
5   echo ""
6   echo " ==> Add the following lines to /etc/httpd/conf/httpd.conf:"
7   echo "    # webgrind"
8   echo "    Include conf/extra/httpd-webgrind.conf"
9   echo ""
10   /bin/true