From fe717162f3c1f17684e36b9c050364d187e4c3ad Mon Sep 17 00:00:00 2001 From: Cameron Dale Date: Fri, 9 May 2008 18:32:21 -0700 Subject: [PATCH] Revert "Fix a postrm bug due to debconf generating errors if the apt-p2p user is missing." This reverts commit 6573b9d12bf656557a584c6c1a469ba2e66ca2b9. --- debian/postrm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.39.5