summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-04-09 11:32:16 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-04-09 11:32:16 +0000
commit8f0ca1dd55b668915db4652be0c587d5fc1a4c57 (patch)
tree3d59973f5d796c6b66cc8f3a99516d1ba01b7cc0
parentc42d54f29a8d561b2603756e7fa292bb0f9be5be (diff)
downloadpoky-8f0ca1dd55b668915db4652be0c587d5fc1a4c57.tar.gz
matchbox-session-sato: fix postinst
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4219 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/matchbox-sato/matchbox-session-sato_0.1.bb4
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 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"
2LICENSE = "GPL" 2LICENSE = "GPL"
3SECTION = "x11" 3SECTION = "x11"
4RDEPENDS = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato initscripts matchbox-session" 4RDEPENDS = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato initscripts matchbox-session"
5PR = "r22" 5PR = "r23"
6 6
7SRC_URI = "file://session" 7SRC_URI = "file://session"
8S = "${WORKDIR}" 8S = "${WORKDIR}"
@@ -12,7 +12,7 @@ do_install() {
12 install -m 0755 ${S}/session ${D}/${sysconfdir}/matchbox/ 12 install -m 0755 ${S}/session ${D}/${sysconfdir}/matchbox/
13} 13}
14 14
15pkg_postinst_matchbox-sato () { 15pkg_postinst_${PN} () {
16#!/bin/sh -e 16#!/bin/sh -e
17if [ "x$D" != "x" ]; then 17if [ "x$D" != "x" ]; then
18 exit 1 18 exit 1