repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git]
/
mod_gnutls
/
mod_gnutls.install
blob
38d044f3422c4a1717a8e46308b87c2af9f9ec1d
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
15
}
16
17
post_upgrade() {
18
post_install
19
}
20
21
op=$1
22
shift
23
$op $*
24