From 6573b9d12bf656557a584c6c1a469ba2e66ca2b9 Mon Sep 17 00:00:00 2001 From: Cameron Dale Date: Fri, 25 Apr 2008 20:10:23 -0700 Subject: [PATCH] Fix a postrm bug due to debconf generating errors if the apt-p2p user is missing. --- debian/postrm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/postrm b/debian/postrm index fa48524..c2ea957 100644 --- a/debian/postrm +++ b/debian/postrm @@ -17,6 +17,11 @@ 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* @@ -29,9 +34,4 @@ 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.30.2