Revert "Fix a postrm bug due to debconf generating errors if the apt-p2p user is...
[quix0rs-apt-p2p.git] / debian / postrm
index c2ea95746da5940adfd1d61458b5b3f60e0f85e4..fa48524ea87df8c5cdb1d3e9a543826573024c17 100644 (file)
@@ -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