updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / mod_ruby-git / mod_ruby.install
blob101f3e199409dd08b81ed7b28b7608fb0cc086fc
1 post_install() {
2     cat <<ENDOFMESSAGE
3 >>> To enable mod_ruby, modify/edit the /etc/httpd/conf/httpd.conf
4 >>> and, or /etc/httpd/conf/include.d/httpd-ruby.conf files;
5 >>> 
6 >>> then restart/reload httpd or Apache.
7 ENDOFMESSAGE
10 post_upgrade() {
11     post_install
14 op=$1
15 shift
16 $op $*