mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
Fix gconftool call
git-svn-id: https://svn.o-hand.com/repos/poky@200 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky"
|
|||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
SECTION = "x11"
|
SECTION = "x11"
|
||||||
RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks"
|
RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks"
|
||||||
PR = "r11"
|
PR = "r12"
|
||||||
|
|
||||||
SRC_URI = "file://etc"
|
SRC_URI = "file://etc"
|
||||||
S = ${WORKDIR}
|
S = ${WORKDIR}
|
||||||
@@ -14,5 +14,5 @@ do_install() {
|
|||||||
|
|
||||||
pkg_postinst_matchbox-poky () {
|
pkg_postinst_matchbox-poky () {
|
||||||
#!/bin/sh -e
|
#!/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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user