r41554 - in /desktop/experimental/gdm3/debian: changelog gdm3.postinst

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sun Apr 27 12:39:58 UTC 2014


Author: joss
Date: Sun Apr 27 12:39:57 2014
New Revision: 41554

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41554
Log:
Fix a typo in gdm3.postinst.

Modified:
    desktop/experimental/gdm3/debian/changelog
    desktop/experimental/gdm3/debian/gdm3.postinst

Modified: desktop/experimental/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/changelog?rev=41554&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gdm3/debian/changelog	[utf-8] Sun Apr 27 12:39:57 2014
@@ -40,6 +40,7 @@
     manager, according to the value set in debconf.
   * Add a symlink to gdm3.service since this is the name of the old init 
     script.
+  * Fix a typo in gdm3.postinst.
 
  -- Laurent Bigonville <bigon at debian.org>  Fri, 11 Apr 2014 15:25:51 +0200
 

Modified: desktop/experimental/gdm3/debian/gdm3.postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/gdm3.postinst?rev=41554&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/gdm3.postinst	[utf-8] (original)
+++ desktop/experimental/gdm3/debian/gdm3.postinst	[utf-8] Sun Apr 27 12:39:57 2014
@@ -28,7 +28,7 @@
   if db_get shared/default-x-display-manager; then
     # workaround debconf passthru bug (#379198)
     if [ -z "$RET" ]; then
-      $RET="$THIS_PACKAGE"
+      RET="$THIS_PACKAGE"
     fi
     if [ "$THIS_PACKAGE" != "$RET" ]; then
       echo "Please be sure to run \"dpkg --configure $RET\"."




More information about the pkg-gnome-commits mailing list