[25432] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r24978 - trunk/debathena/config/gconf2-config/debian

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Wed Feb 23 20:30:46 2011

Date: Wed, 23 Feb 2011 20:30:34 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201102240130.p1O1UYaT016410@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2011-02-23 20:30:34 -0500 (Wed, 23 Feb 2011)
New Revision: 24978

Modified:
   trunk/debathena/config/gconf2-config/debian/10debathena-copy-gconf
Log:
Actually replace the dpkg-query invocation

Modified: trunk/debathena/config/gconf2-config/debian/10debathena-copy-gconf
===================================================================
--- trunk/debathena/config/gconf2-config/debian/10debathena-copy-gconf	2011-02-24 01:28:56 UTC (rev 24977)
+++ trunk/debathena/config/gconf2-config/debian/10debathena-copy-gconf	2011-02-24 01:30:34 UTC (rev 24978)
@@ -11,7 +11,7 @@
     fi
 }
 
-if [ "$(dpkg-query -W -f '${Status}' debathena-gconf2-config 2>/dev/null)" = "install ok installed" ]; then
+if [ -f /usr/share/debathena-gconf2-config/pkg-installed ]; then
     SOURCE=""
     FINISHED="no"
     CODENAME=`lsb_release --short --codename`


home help back first fref pref prev next nref lref last post