updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / apache-mod_macro / apache-mod_macro.install
blob633a26df047c4fdd9660d5cb67dbd3cf57b0a962
1 post_install()
4    PATH="$PATH:/sbin"
5    ldconfig -n /usr/lib/httpd/modules
7 /bin/cat <<EOT
9 Setting it up
10 -------------
12 1. add the following to /etc/httpd/conf/httpd.conf
13                 LoadModule macro_module         modules/mod_macro.so
15 2. documentation is can be found in the following locations:
16                 /usr/share/doc/apache-mod_macro/mod_macro.html
17                 http://www.cri.ensmp.fr/~coelho/mod_macro/
19 EOT
22 op=$1
23 shift
24 $op $*