Author: dnusinow
Date: 2006-05-04 22:14:03 -0400 (Thu, 04 May 2006)
New Revision: 2095

Modified:
   trunk/debian/xorg/debian/x11-common.postinst.in
Log:
Fix up my test so that it... er... works

Modified: trunk/debian/xorg/debian/x11-common.postinst.in
===================================================================
--- trunk/debian/xorg/debian/x11-common.postinst.in     2006-05-05 00:27:38 UTC 
(rev 2094)
+++ trunk/debian/xorg/debian/x11-common.postinst.in     2006-05-05 02:14:03 UTC 
(rev 2095)
@@ -117,7 +117,7 @@
 fi
 
 # Clean up my idiocy
-if [ -z "$UPGRADE" ] && [ dpkg --compare-versions "$2" eq "1:7.0.16" ]; then
+if dpkg --compare-versions "$2" eq "1:7.0.16"; then
   if [ -e "/etc/X11/Xsession.xfree86" ] && [ ! -e "/etc/X11/Xsession" ]; then
     mv "/etc/X11/Xsession.xfree86" "/etc/X11/Xsession"
   fi


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to