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

X Strike Force X.Org X11 SVN commit: r2895 - trunk/debian/xorg/debian



Author: dnusinow
Date: 2006-08-21 23:44:14 -0400 (Mon, 21 Aug 2006)
New Revision: 2895

Modified:
   trunk/debian/xorg/debian/changelog
   trunk/debian/xorg/debian/xserver-xorg.postinst.in
Log:
  * Remove test for upgrade from xserver-xorg.postinst

Modified: trunk/debian/xorg/debian/changelog
===================================================================
--- trunk/debian/xorg/debian/changelog	2006-08-22 03:41:43 UTC (rev 2894)
+++ trunk/debian/xorg/debian/changelog	2006-08-22 03:44:14 UTC (rev 2895)
@@ -25,6 +25,7 @@
   * Update xsfbs with patch from ubuntu to support ARCHITECTURE, LAPTOP,
     RECONFIGURE, FIRSTINST, and UPGRADE variables for use in the xserver-xorg
     config scripting
+    * Remove test for upgrade from xserver-xorg.postinst
   * Pull patch from Ubuntu to xserver-xorg postins to correctly update the
     config file on upgrades (closes: #375689)
   * Steal patch from Ubuntu to update non-latin keymaps by Colin Watson
@@ -33,7 +34,7 @@
   * Steal patch from Ubuntu to recreate missing server symlink checksum that
     was lost on some upgrades. This patch by Fabio.
 
- -- David Nusinow <dnusinow@debian.org>  Mon, 21 Aug 2006 23:39:50 +0000
+ -- David Nusinow <dnusinow@debian.org>  Mon, 21 Aug 2006 23:44:03 +0000
 
 xorg (1:7.0.23) unstable; urgency=low
 

Modified: trunk/debian/xorg/debian/xserver-xorg.postinst.in
===================================================================
--- trunk/debian/xorg/debian/xserver-xorg.postinst.in	2006-08-22 03:41:43 UTC (rev 2894)
+++ trunk/debian/xorg/debian/xserver-xorg.postinst.in	2006-08-22 03:44:14 UTC (rev 2895)
@@ -20,10 +20,6 @@
   . /etc/default/xorg
 fi
 
-if [ "$1" = "configure" ] && [ -n "$2" ]; then
-  UPGRADE='true'
-fi
-
 if [ "x$XORG_CONFIG" = "xcustom" ]; then
   # leave configuration alone
   warn "not updating configuration as per \$XORG_CUSTOM"



Reply to: