From af9c7ea861c3ac3f1cc44abe95ff0bbd665fc50f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 22 Dec 2005 10:35:47 +0000 Subject: Fix gconftool call git-svn-id: https://svn.o-hand.com/repos/poky@200 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openembedded') diff --git a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb index 72024355e6..5cc114666b 100644 --- a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb +++ b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky" LICENSE = "GPL" SECTION = "x11" RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" -PR = "r11" +PR = "r12" SRC_URI = "file://etc" S = ${WORKDIR} @@ -14,5 +14,5 @@ do_install() { pkg_postinst_matchbox-poky () { #!/bin/sh -e -gconftool --config-source=xml::${IMAGE_ROOTFS}/${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/theme Clearlooks +gconftool-2 --config-source=xml::${IMAGE_ROOTFS}/${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/theme Clearlooks } -- cgit v1.2.3-54-g00ecf