From 8f0ca1dd55b668915db4652be0c587d5fc1a4c57 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 9 Apr 2008 11:32:16 +0000 Subject: matchbox-session-sato: fix postinst 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/packages/matchbox-sato/matchbox-session-sato_0.1.bb b/meta/packages/matchbox-sato/matchbox-session-sato_0.1.bb index e1180ad301..84f2a858aa 100644 --- a/meta/packages/matchbox-sato/matchbox-session-sato_0.1.bb +++ b/meta/packages/matchbox-sato/matchbox-session-sato_0.1.bb @@ -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 -- cgit v1.2.3-54-g00ecf