summarylogtreecommitdiffstats
path: root/webalizer.install
blob: 2c32888b0bfcdf7d3794511eb74e2e452387412e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install () {
	echo
	echo " * Geolocation can be enabled with the following options:"
	echo "     GeoDB yes"
	echo "     GeoDBDatabase /usr/share/GeoGB/GeoDB.dat"
	echo "     GeoIP yes"
	echo "     GeoIPDatabase /usr/share/GeoIP/GeoIP.dat"
	echo
	echo " * Display of country flags can be enabled with the following options:"
	echo "     CountryFlags yes"
	echo "     FlagDir /usr/share/webalizer/flags"
	echo
}