Blame SOURCES/geoipupdate.cron

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