From 70f1fb9c4d9d6783be1d1dad37cb1f4992af7404 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 14 Oct 2005 08:54:23 +0000 Subject: Set gconf key for theme name on install git-svn-id: https://svn.o-hand.com/repos/poky@137 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb index 12febdb31..72024355e 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 = "r10" +PR = "r11" SRC_URI = "file://etc" S = ${WORKDIR} @@ -11,3 +11,8 @@ do_install() { cp -R ${S}/etc ${D}/etc chmod -R 755 ${D}/etc } + +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 +} -- cgit v1.2.3