Revert "Fix a postrm bug due to debconf generating errors if the apt-p2p user is...
authorCameron Dale <camrdale@gmail.com>
Sat, 10 May 2008 01:32:21 +0000 (18:32 -0700)
committerCameron Dale <camrdale@gmail.com>
Sat, 10 May 2008 01:32:21 +0000 (18:32 -0700)
This reverts commit 6573b9d12bf656557a584c6c1a469ba2e66ca2b9.

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