summaryrefslogtreecommitdiffstats
path: root/mod_wsgi/mod_wsgi.install
blob: ab4d12d39c59a6b893fc71be1b2f01761a14f590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
post_install() {
/bin/cat << ENDOFMESSAGE
==>
==>
==>  To install mod_wsgi, add the following line in 
==>  /etc/httpd/conf/httpd.conf file :
==>
==>  LoadModule wsgi_module modules/mod_wsgi.so
==>
==>  and restart/reload Apache.
==>
==>
ENDOFMESSAGE
}

post_upgrade() {
post_install
}

op=$1
shift
$op $*