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

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



Author: dnusinow
Date: 2006-04-14 01:47:27 -0400 (Fri, 14 Apr 2006)
New Revision: 1790

Modified:
   trunk/debian/xorg/debian/xserver-xorg.preinst.in
Log:
Drop version number in script to match current reality rather than the reality of my testing machine

Modified: trunk/debian/xorg/debian/xserver-xorg.preinst.in
===================================================================
--- trunk/debian/xorg/debian/xserver-xorg.preinst.in	2006-04-14 05:39:31 UTC (rev 1789)
+++ trunk/debian/xorg/debian/xserver-xorg.preinst.in	2006-04-14 05:47:27 UTC (rev 1790)
@@ -53,7 +53,7 @@
   # the transition from /var/lib/xfree86 to /var/lib/x11 occurred in
   # 7.0.0-0ubuntu1 and 1:7.0.0
   if [ -n "$UPGRADE" ] && \
-     dpkg --compare-versions "$2" lt "1:7.0.12"; then
+     dpkg --compare-versions "$2" lt "1:7.0.11"; then
     if [ -e "/var/lib/xfree86" ]; then
       if [ -e "/var/lib/xfree86/$SERVER_SYMLINK_ROSTER_BASE" ]; then
         if fgrep -qx "$THIS_PACKAGE" \



Reply to: