From c6e7c0d2ef69d9c47d1cdafa3e9f10eba4401eb4 Mon Sep 17 00:00:00 2001 From: Pablo Date: Fri, 22 Dec 2017 18:54:26 +0100 Subject: [PATCH] fix identation to fit postrm --- helpers/make-geoip-database-contrib | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/helpers/make-geoip-database-contrib b/helpers/make-geoip-database-contrib index 63b00a7..f27d06f 100644 --- a/helpers/make-geoip-database-contrib +++ b/helpers/make-geoip-database-contrib @@ -27,14 +27,14 @@ cat $DATA/update-geoip-database.shim >> update-geoip-database cat $DATA/copyright.shim >> debian/copyright sed '\|rm -f /var/lib/geoip-database-contrib/GeoLiteCityv6\.dat|a\ - 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\ - rmdir --ignore-fail-on-non-empty /usr/share/doc/geoip-database-contrib/csv &&\\\ - rmdir --ignore-fail-on-non-empty /usr/share/doc/geoip-database-contrib + 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\ + rmdir --ignore-fail-on-non-empty /usr/share/doc/geoip-database-contrib/csv &&\\\ + rmdir --ignore-fail-on-non-empty /usr/share/doc/geoip-database-contrib ' -i debian/postrm changelog 'Handle CSV source in update-geoip-database and postrm #13927'