From 5409367b79d6cd6b587cf141cae40cc3819fb5d4 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 4 Feb 2013 22:00:57 +0100 Subject: gnome-panel: append pkg_postinst only on PN Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb') diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb index 3aadd2b24d..13614a062b 100644 --- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb +++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb @@ -31,7 +31,7 @@ do_configure_prepend() { sed -i -e s:help:: ${S}/Makefile.am } -pkg_postinst_append () { +pkg_postinst_${PN}_append () { gconftool-2 --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults \ --direct --load /etc/gconf/schemas/panel-default-setup.entries } -- cgit 1.2.3-korg