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

X Strike Force XFree86 SVN commit: r1257 - trunk/debian



Author: branden
Date: 2004-04-14 15:43:02 -0500 (Wed, 14 Apr 2004)
New Revision: 1257

Modified:
   trunk/debian/xfs.postrm.in
Log:
(cosmetic) Move a comment to where it makes more sense.


Modified: trunk/debian/xfs.postrm.in
===================================================================
--- trunk/debian/xfs.postrm.in	2004-04-14 20:41:35 UTC (rev 1256)
+++ trunk/debian/xfs.postrm.in	2004-04-14 20:43:02 UTC (rev 1257)
@@ -41,11 +41,12 @@
   fi
 fi
 
-# NOTE: The following is copied from the postinst script and isn't necessary if
-# dpkg executes a package's postinst script with the "configure" argument after
-# unwinding from a failed upgrade.  (See section 6.5 of the Debian Policy
-# Manual, "Details of unpack phase of installation or upgrade".)
 if [ "$1" = "abort-upgrade" ]; then
+  # NOTE: The following is copied from the postinst script and isn't necessary
+  # if dpkg executes a package's postinst script with the "configure" argument
+  # after unwinding from a failed upgrade.  (See section 6.5 of the Debian
+  # Policy Manual, "Details of unpack phase of installation or upgrade".)
+
   # Don't start the daemon if it wasn't stopped...
   if [ -e /var/run/xfs.daemon-not-stopped ]; then
     NOSTART=yes



Reply to: