blob: d62e6c31638f4d9617e020c5baf3bc2f3219a4f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
bin/geoiplookup
bin/geoipupdate
bin/geoipupdate.sh
@unexec if cmp -s %D/etc/GeoIP.conf %D/etc/GeoIP.conf.default; then rm -f %D/etc/GeoIP.conf; fi
etc/GeoIP.conf.default
include/GeoIP.h
include/GeoIPCity.h
include/GeoIPUpdate.h
lib/libGeoIP.a
lib/libGeoIP.la
lib/libGeoIP.so
lib/libGeoIP.so.5
lib/libGeoIPUpdate.a
lib/libGeoIPUpdate.la
lib/libGeoIPUpdate.so
lib/libGeoIPUpdate.so.0
%%DATADIR%%/GeoIP.dat
@dirrmtry %%DATADIR%%
|