summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-poky/matchbox-poky_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/matchbox-poky/matchbox-poky_0.1.bb')
-rw-r--r--meta/packages/matchbox-poky/matchbox-poky_0.1.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/packages/matchbox-poky/matchbox-poky_0.1.bb b/meta/packages/matchbox-poky/matchbox-poky_0.1.bb
index 4eae590074..7a4eb72999 100644
--- a/meta/packages/matchbox-poky/matchbox-poky_0.1.bb
+++ b/meta/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 = "r16" 5PR = "r19"
6 6
7SRC_URI = "file://etc" 7SRC_URI = "file://etc"
8S = ${WORKDIR} 8S = ${WORKDIR}
@@ -16,5 +16,9 @@ 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::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/theme Clearlooks 19if [ "x$D" != "x" ]; then
20 exit 1
21fi
22
23gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/theme Clearlooks
20} 24}