updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / mod_parp / mod_parp.install
blob548b53dcf096be9677140ce159edd9f22382c8cc
1 function post_install() {
2         printf "  \033[1;34;40m-> \033[1;37;40mTo actually load the apache module, add the following line to your httpd.conf:\033[0;0m\n"
3         printf "    \033[1;34;40m-> \033[1;37;40mLoadModule parp_module modules/mod_parp.so\033[0;0m\n"
4         printf "  \033[1;34;40m-> \033[1;37;40mMake sure to restart the webserver afterwards.\033[0;0m\n"
5         printf "  \033[1;34;40m-> \033[1;37;40mIn this package, there is NO example configuration included. So you have to come up with a configuration to suit your needs yourself.\033[0;0m\n"
8 function post_upgrade() {
9         post_install