From: erich@mine.nu Date: Sun, 11 Apr 2004 17:23:14 +0000 (+0000) Subject: updated .oe for the latest gpe-dm (courtesy of Philip Blundell) X-Git-Tag: Release-2010-05/1~19689 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d3edbd7b1780fe670eae68e15011c8798efd19a;p=openembedded.git updated .oe for the latest gpe-dm (courtesy of Philip Blundell) BKrev: 40797f02apYVMFMPjHJt4HloPLo3iA --- diff --git a/gpe-dm/gpe-dm_0.33.oe b/gpe-dm/gpe-dm_0.33.oe index 52e2ef7d6d..b251cc9bcb 100644 --- a/gpe-dm/gpe-dm_0.33.oe +++ b/gpe-dm/gpe-dm_0.33.oe @@ -1,4 +1,4 @@ -inherit gpe +inherit gpe DESCRIPTION = "GPE Desktop Manager" SECTION = "gpe" @@ -7,3 +7,11 @@ MAINTAINER = "Phil Blundell " DEPENDS = "virtual/libc glib-2.0" SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-dm-${PV}.tar.gz" + +pkg_postinst() { +update-rc.d gpe-dm defaults 99 +} + +pkg_postrm() { +update-rc.d gpe-dm remove +}