summaryrefslogtreecommitdiff
path: root/openembedded/packages/matchbox-poky
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2005-12-22 10:35:47 +0000
committerRoss Burton <ross@openedhand.com>2005-12-22 10:35:47 +0000
commitaf9c7ea861c3ac3f1cc44abe95ff0bbd665fc50f (patch)
treef2a192a3be16de57f29bd09d7fe704b0ecc860da /openembedded/packages/matchbox-poky
parenta1ece60f9746f7f8d580969f0012b1fba70e5360 (diff)
downloadopenembedded-core-af9c7ea861c3ac3f1cc44abe95ff0bbd665fc50f.tar.gz
openembedded-core-af9c7ea861c3ac3f1cc44abe95ff0bbd665fc50f.tar.bz2
openembedded-core-af9c7ea861c3ac3f1cc44abe95ff0bbd665fc50f.tar.xz
openembedded-core-af9c7ea861c3ac3f1cc44abe95ff0bbd665fc50f.zip
Fix gconftool call
git-svn-id: https://svn.o-hand.com/repos/poky@200 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/matchbox-poky')
-rw-r--r--openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb
index 72024355e..5cc114666 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
}