Remove downloaded CSVs in postrm no. 2 - to inferred packaging standards
This commit is contained in:
parent
78eeb6eccd
commit
c33910918b
1 changed files with 6 additions and 1 deletions
|
|
@ -27,7 +27,12 @@ cat $DATA/geoip-database-contrib_update.shim >> geoip-database-contrib_update
|
||||||
cat $DATA/copyright.shim >> debian/copyright
|
cat $DATA/copyright.shim >> debian/copyright
|
||||||
|
|
||||||
sed '/rm -f \/usr\/share\/GeoIP\/GeoLiteCityv6\.dat/a\
|
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
|
' -i debian/postrm
|
||||||
|
|
||||||
changelog 'Imported into Trisquel #13927'
|
changelog 'Imported into Trisquel #13927'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue