Author: branden
Date: 2003-08-21 16:41:10 -0500 (Thu, 21 Aug 2003)
New Revision: 421
Modified:
trunk/debian/xserver-xfree86.preinst.in
Log:
debian/xserver-xfree86.preinst.in: (cosmetic) clarify a comment
Modified: trunk/debian/xserver-xfree86.preinst.in
===================================================================
--- trunk/debian/xserver-xfree86.preinst.in 2003-08-21 21:20:05 UTC (rev 420)
+++ trunk/debian/xserver-xfree86.preinst.in 2003-08-21 21:41:10 UTC (rev 421)
@@ -35,8 +35,7 @@
if [ ! -e "$CHECKSUM_DIR" ]; then
mkdir --mode=755 "$CHECKSUM_DIR"
else
- # if the checksum pathname does exist but is not a directory, give
- # up; dpkg will probably vomit on unpack anyway
+ # checksum pathname exists; only proceed if it is a directory
if [ -d "$CHECKSUM_DIR" ]; then
# first, migrate the X server symlink
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]