]> git.saurik.com Git - apt.git/commitdiff
debian/prerm: remove file as nobody will upgrade from 0.4.10 anymore
authorDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 9 Sep 2009 12:15:33 +0000 (14:15 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 9 Sep 2009 12:15:33 +0000 (14:15 +0200)
debian/changelog
debian/prerm [deleted file]

index c308c05aac8a78a8c043575af86ddb04689cdf70..6b4b4147836d266443413244fa30ec20d100496e 100644 (file)
@@ -35,6 +35,8 @@ apt (0.7.24) UNRELEASED; urgency=low
     - add at the top without failing (by Bernhard R. Link, Closes: #545694)
   * buildlib/sizetable:
     - add amd64 for cross building (by Mikhail Gusarov, Closes: #513058)
+  * debian/prerm:
+    - remove file as nobody will upgrade from 0.4.10 anymore
 
  -- David Kalnischkies <kalnischkies@gmail.com>  Fri, 28 Aug 2009 09:40:08 +0200
 
diff --git a/debian/prerm b/debian/prerm
deleted file mode 100755 (executable)
index 4a8d477..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#! /bin/sh
-
-set -e
-
-#DEBHELPER#
-
-if [ "$1" = "upgrade" -o "$1" = "failed-upgrade" ] && 
-   dpkg --compare-versions "$2" "<<" 0.4.10
-then
-  if [ ! -d /var/state/apt/ ]; then
-    ln -s /var/lib/apt /var/state/apt
-    touch /var/lib/apt/lists/partial/.delete-me-later
-  fi
-fi
-