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

X Strike Force SVN commit: rev 388 - trunk/debian



Author: branden
Date: 2003-08-11 02:10:16 -0500 (Mon, 11 Aug 2003)
New Revision: 388

Modified:
   trunk/debian/xserver-common.postrm.in
Log:
debian/xserver-common.postrm.in: fix typo


Modified: trunk/debian/xserver-common.postrm.in
==============================================================================
--- trunk/debian/xserver-common.postrm.in	2003-08-11 07:03:15 UTC (rev 387)
+++ trunk/debian/xserver-common.postrm.in	2003-08-11 07:10:16 UTC (rev 388)
@@ -33,14 +33,14 @@
     # check existing roster file for our package name
     if fgrep -qx "$THIS_PACKAGE" "$XWRAPPER_CONFIG_ROSTER"; then
       # construct temporary roster file with our package name removed
-      fgrep -vx "$THIS_PACKAGE" > "$XRAPPER_CONFIG_ROSTER.dpkg-tmp"
+      fgrep -vx "$THIS_PACKAGE" > "$XWRAPPER_CONFIG_ROSTER.dpkg-tmp"
       # is there anything left?
-      if [ -n "$(cat "$XRAPPER_CONFIG_ROSTER.dpkg-tmp")" ]; then
+      if [ -n "$(cat "$XWRAPPER_CONFIG_ROSTER.dpkg-tmp")" ]; then
         # yes, replace the roster file
-        mv "$XRAPPER_CONFIG_ROSTER.dpkg-tmp" "$XRAPPER_CONFIG_ROSTER"
+        mv "$XWRAPPER_CONFIG_ROSTER.dpkg-tmp" "$XWRAPPER_CONFIG_ROSTER"
       else
         # no; remove both the roster and our temporary copy
-        rm -f "$XRAPPER_CONFIG_ROSTER" "$XRAPPER_CONFIG_ROSTER.dpkg-tmp"
+        rm -f "$XWRAPPER_CONFIG_ROSTER" "$XWRAPPER_CONFIG_ROSTER.dpkg-tmp"
         # remove X server wrapper config file if it was still managed by the
         # package
         if [ -e "$XWRAPPER_CONFIG_CHECKSUM" ]; then



Reply to: