summaryrefslogtreecommitdiffstats
path: root/openembedded
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-06-22 09:25:34 +0000
committerRichard Purdie <richard@openedhand.com>2006-06-22 09:25:34 +0000
commit413265954d8bdad74f27789cffc4431eaf5f644b (patch)
tree7c8465840c7baea74a0419292ac8f16a9aa825c2 /openembedded
parent51fecbddbb7dd4c9627807eb4b2295655cc86e8f (diff)
downloadpoky-413265954d8bdad74f27789cffc4431eaf5f644b.tar.gz
matchbox-poky: Fix postinst to cowkr without gconftool-2 being present on the build machine
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@490 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-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 98215ed517..041a6ea904 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"
2LICENSE = "GPL" 2LICENSE = "GPL"
3SECTION = "x11" 3SECTION = "x11"
4RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" 4RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks"
5PR = "r14" 5PR = "r15"
6 6
7SRC_URI = "file://etc" 7SRC_URI = "file://etc"
8S = ${WORKDIR} 8S = ${WORKDIR}
@@ -16,5 +16,5 @@ do_install() {
16 16
17pkg_postinst_matchbox-poky () { 17pkg_postinst_matchbox-poky () {
18#!/bin/sh -e 18#!/bin/sh -e
19gconftool-2 --config-source=xml::${IMAGE_ROOTFS}/${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/theme Clearlooks 19gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/theme Clearlooks
20} 20}