matchbox-session-sato: fix postinst

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4219 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-04-09 11:32:16 +00:00
parent c42d54f29a
commit 8f0ca1dd55

View 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