From: Cameron Dale Date: Sat, 10 May 2008 01:32:21 +0000 (-0700) Subject: Revert "Fix a postrm bug due to debconf generating errors if the apt-p2p user is... X-Git-Url: https://git.mxchange.org/?p=quix0rs-apt-p2p.git;a=commitdiff_plain;h=fe717162f3c1f17684e36b9c050364d187e4c3ad Revert "Fix a postrm bug due to debconf generating errors if the apt-p2p user is missing." This reverts commit 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