updated on Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git] / lxr / lxr.install
blobaa4afbc9d93e7c50bb92db6db5172a4cfaf56ec9
1 post_install() {
2 cat << 'EOM'
3   ==> PLEASE NOTE:
4   ==>
5   ==> You need to create a database and configure your webserver.
6   ==> Check /usr/share/doc/lxr/INSTALL for details.
7   ==> 
8   ==> If you are using apache, add the following line to your httpd.conf:
9   ==> Include conf/extra/lxr.conf
10   ==> 
11   ==> Also ensure mod_perl is enabled:
12   ==> LoadModule perl_module modules/mod_perl.so 
13   ==>
14   ==> Finally modify /etc/lxr/lxr.conf to fit your needs.
15 EOM