updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / webalizer / webalizer.install
blob2c32888b0bfcdf7d3794511eb74e2e452387412e
1 post_install () {
2         echo
3         echo " * Geolocation can be enabled with the following options:"
4         echo "     GeoDB yes"
5         echo "     GeoDBDatabase /usr/share/GeoGB/GeoDB.dat"
6         echo "     GeoIP yes"
7         echo "     GeoIPDatabase /usr/share/GeoIP/GeoIP.dat"
8         echo
9         echo " * Display of country flags can be enabled with the following options:"
10         echo "     CountryFlags yes"
11         echo "     FlagDir /usr/share/webalizer/flags"
12         echo