]> code.ossystems Code Review - openembedded-core.git/commitdiff
matchbox-session-sato: fix postinst
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 9 Apr 2008 11:32:16 +0000 (11:32 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 9 Apr 2008 11:32:16 +0000 (11:32 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4219 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/matchbox-sato/matchbox-session-sato_0.1.bb

index e1180ad3011cd1b7754914d1e2b229cd0a47a925..84f2a858aa36bbecae6bf726498b9671d4d096ad 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato initscripts matchbox-session"
-PR = "r22"
+PR = "r23"
 
 SRC_URI = "file://session"
 S = "${WORKDIR}"
@@ -12,7 +12,7 @@ do_install() {
        install -m 0755 ${S}/session ${D}/${sysconfdir}/matchbox/
 }
 
-pkg_postinst_matchbox-sato () {
+pkg_postinst_${PN} () {
 #!/bin/sh -e
 if [ "x$D" != "x" ]; then
     exit 1