updated .oe for the latest gpe-dm (courtesy of Philip Blundell)
authorerich@mine.nu <erich@mine.nu>
Sun, 11 Apr 2004 17:23:14 +0000 (17:23 +0000)
committererich@mine.nu <erich@mine.nu>
Sun, 11 Apr 2004 17:23:14 +0000 (17:23 +0000)
BKrev: 40797f02apYVMFMPjHJt4HloPLo3iA

gpe-dm/gpe-dm_0.33.oe

index 52e2ef7..b251cc9 100644 (file)
@@ -1,4 +1,4 @@
-inherit gpe
+inherit gpe 
 
 DESCRIPTION = "GPE Desktop Manager"
 SECTION = "gpe"
@@ -7,3 +7,11 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 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
+}