updated on Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git] / mod_gnutls / mod_gnutls.install
blob38d044f3422c4a1717a8e46308b87c2af9f9ec1d
1 post_install() {
2 /bin/cat << ENDOFMESSAGE
3 ==>
4 ==>
5 ==>  To install mod_gnutls, add the following lines in 
6 ==>  /etc/httpd/conf/httpd.conf file :
7 ==>
8 ==>  LoadFile   /usr/lib/libgnutls.so
9 ==>  LoadModule gnutls_module modules/mod_gnutls.so
10 ==>
11 ==>  and restart/reload Apache.
12 ==>
13 ==>
14 ENDOFMESSAGE
17 post_upgrade() {
18 post_install
21 op=$1
22 shift
23 $op $*