[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1398 - tzdata/trunk/debian



Author: aurel32
Date: 2006-04-10 22:07:10 +0000 (Mon, 10 Apr 2006)
New Revision: 1398

Removed:
   tzdata/trunk/debian/preinst
Modified:
   tzdata/trunk/debian/changelog
Log:
  * Drop the preinst script, we don't support upgrade from Potato :-)



Modified: tzdata/trunk/debian/changelog
===================================================================
--- tzdata/trunk/debian/changelog	2006-04-10 22:05:22 UTC (rev 1397)
+++ tzdata/trunk/debian/changelog	2006-04-10 22:07:10 UTC (rev 1398)
@@ -7,6 +7,7 @@
   * Drop the dependency on libc-bin.
   * Add Conflicts: libc0.1 (<< 2.3.6-6), libc0.3 (<< 2.3.6-6), libc6 (<< 2.3.6-6), 
     libc6.1 (<< 2.3.6-6)
+  * Drop the preinst script, we don't support upgrade from Potato :-)
 
  -- Aurelien Jarno <aurel32@debian.org>  Mon, 10 Apr 2006 09:13:04 +0200
 

Deleted: tzdata/trunk/debian/preinst
===================================================================
--- tzdata/trunk/debian/preinst	2006-04-10 22:05:22 UTC (rev 1397)
+++ tzdata/trunk/debian/preinst	2006-04-10 22:07:10 UTC (rev 1398)
@@ -1,22 +0,0 @@
-#!/bin/bash
-set -e
-export LC_ALL=C
-
-if [ "$1" = upgrade ]
-then
-    if [ -f /var/lib/dpkg/info/timezone.postrm ]; then
-	rm -f /var/lib/dpkg/info/timezone.postrm
-    fi
-    if [ -f /var/lib/dpkg/info/timezones.postrm ]; then
-	rm -f /var/lib/dpkg/info/timezones.postrm
-    fi
-    if dpkg --compare-versions "$2" lt 2.1.3-8; then
-	if [ -s /etc/timezone ]; then
-	    cp -a /etc/timezone /etc/timezone.save
-	fi
-    fi
-fi
-
-#DEBHELPER#
-
-exit 0



Reply to: