Blame SOURCES/geoipupdate.cron

e4264f
#!/bin/sh
e4264f
e4264f
geoipupdate > /dev/null && \
e4264f
	ln -sf GeoLiteCountry.dat /usr/share/GeoIP/GeoIP.dat
e4264f
geoipupdate > /dev/null && \
e4264f
	ln -sf GeoLiteCity.dat /usr/share/GeoIP/GeoIPCity.dat