aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-icons/gpe-icons.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-01-07 16:25:05 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-01-08 20:53:00 +0100
commit1f191e529ec4f2eae846ce727b71837951c762a0 (patch)
tree152f015858a2edd6e7c0a12ebefe6eb9ab25d9dd /recipes/gpe-icons/gpe-icons.inc
parent0f5fd96b66e2551d9599726e3d26f51fe93471c2 (diff)
downloadopenembedded-1f191e529ec4f2eae846ce727b71837951c762a0.tar.gz
gpe-icons: use u-a and postinst merger for gpe-icons only for SHR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/gpe-icons/gpe-icons.inc')
-rw-r--r--recipes/gpe-icons/gpe-icons.inc8
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes/gpe-icons/gpe-icons.inc b/recipes/gpe-icons/gpe-icons.inc
index 0c23814b41..27adffa8b8 100644
--- a/recipes/gpe-icons/gpe-icons.inc
+++ b/recipes/gpe-icons/gpe-icons.inc
@@ -1,16 +1,18 @@
SECTION = "gpe"
RDEPENDS += "gdk-pixbuf-loader-png"
-inherit update-alternatives
+INHERIT = "gpe"
+INHERIT_shr = "update-alternatives"
+inherit ${INHERIT}
-INC_PR = "r3"
+INC_PR = "r4"
ALTERNATIVE_NAME = "gpe-pixmaps"
ALTERNATIVE_LINK = "${datadir}/gpe/pixmaps"
ALTERNATIVE_PATH = "${datadir}/gpe/pixmaps.${PN}"
ALTERNATIVE_PRIORITY ?= 1
-pkg_postinst() {
+pkg_postinst_shr() {
if [[ -e ${ALTERNATIVE_LINK} && ! -h ${ALTERNATIVE_LINK} ]] ; then
echo "warn: ${ALTERNATIVE_LINK} exists and it's not a link!"
echo "warn: It will be replaced with link managed by update-alternatives"