diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-09 11:32:16 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-09 11:32:16 +0000 |
commit | 8f0ca1dd55b668915db4652be0c587d5fc1a4c57 (patch) | |
tree | 3d59973f5d796c6b66cc8f3a99516d1ba01b7cc0 /meta/packages/matchbox-sato | |
parent | c42d54f29a8d561b2603756e7fa292bb0f9be5be (diff) | |
download | openembedded-core-8f0ca1dd55b668915db4652be0c587d5fc1a4c57.tar.gz openembedded-core-8f0ca1dd55b668915db4652be0c587d5fc1a4c57.tar.bz2 openembedded-core-8f0ca1dd55b668915db4652be0c587d5fc1a4c57.tar.xz openembedded-core-8f0ca1dd55b668915db4652be0c587d5fc1a4c57.zip |
matchbox-session-sato: fix postinst
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4219 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-sato')
-rw-r--r-- | meta/packages/matchbox-sato/matchbox-session-sato_0.1.bb | 4 |
1 files 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 e1180ad30..84f2a858a 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 |