diff --git a/helpers/make-geoip-database-contrib b/helpers/make-geoip-database-contrib index adb619a07c2a94e7060b379042dce49db4c3ae39..d91771b1215680d6285a51eb249a06f8520b5cfe 100644 --- a/helpers/make-geoip-database-contrib +++ b/helpers/make-geoip-database-contrib @@ -27,7 +27,12 @@ cat $DATA/geoip-database-contrib_update.shim >> geoip-database-contrib_update cat $DATA/copyright.shim >> debian/copyright sed '/rm -f \/usr\/share\/GeoIP\/GeoLiteCityv6\.dat/a\ - rm -rf /usr/share/doc/geoip-database-contrib/csv + rm -f /usr/share/doc/geoip-database-contrib/csv/GeoIPCountryCSV.zip\ + rm -f /usr/share/doc/geoip-database-contrib/csv/GeoIPv6.csv.gz\ + rm -f /usr/share/doc/geoip-database-contrib/csv/GeoLiteCity-latest.tar.xz\ + rm -f /usr/share/doc/geoip-database-contrib/csv/GeoLiteCityv6.csv.gz\ + rm -f /usr/share/doc/geoip-database-contrib/csv/GeoIPASNum2.zip\ + rm -f /usr/share/doc/geoip-database-contrib/csv/GeoIPASNum2v6.zip ' -i debian/postrm changelog 'Imported into Trisquel #13927'