Pārlūkot izejas kodu

debian/prerm: remove file as nobody will upgrade from 0.4.10 anymore

David Kalnischkies 17 gadi atpakaļ
vecāks
revīzija
159cf2bd75
2 mainītis faili ar 2 papildinājumiem un 15 dzēšanām
  1. 2 0
      debian/changelog
  2. 0 15
      debian/prerm

+ 2 - 0
debian/changelog

@@ -35,6 +35,8 @@ apt (0.7.24) UNRELEASED; urgency=low
     - add at the top without failing (by Bernhard R. Link, Closes: #545694)
     - add at the top without failing (by Bernhard R. Link, Closes: #545694)
   * buildlib/sizetable:
   * buildlib/sizetable:
     - add amd64 for cross building (by Mikhail Gusarov, Closes: #513058)
     - 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
  -- David Kalnischkies <kalnischkies@gmail.com>  Fri, 28 Aug 2009 09:40:08 +0200
 
 

+ 0 - 15
debian/prerm

@@ -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
-