X-Git-Url: https://git.mxchange.org/?p=quix0rs-apt-p2p.git;a=blobdiff_plain;f=debian%2Fpostrm;h=fa48524ea87df8c5cdb1d3e9a543826573024c17;hp=c2ea95746da5940adfd1d61458b5b3f60e0f85e4;hb=ab5c9122bd5425203232914b36178c08378d92e0;hpb=6573b9d12bf656557a584c6c1a469ba2e66ca2b9 diff --git a/debian/postrm b/debian/postrm index c2ea957..fa48524 100644 --- a/debian/postrm +++ b/debian/postrm @@ -17,11 +17,6 @@ set -e # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - if test "$1" = "purge"; then # Remove the logs rm -rf /var/log/apt-p2p.log* @@ -34,4 +29,9 @@ if test "$1" = "purge"; then fi fi +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + exit 0