summaryrefslogtreecommitdiff
path: root/gpe-dm/gpe-dm_0.33.oe
diff options
context:
space:
mode:
Diffstat (limited to 'gpe-dm/gpe-dm_0.33.oe')
-rw-r--r--gpe-dm/gpe-dm_0.33.oe18
1 files changed, 0 insertions, 18 deletions
diff --git a/gpe-dm/gpe-dm_0.33.oe b/gpe-dm/gpe-dm_0.33.oe
deleted file mode 100644
index 8a9863a5f5..0000000000
--- a/gpe-dm/gpe-dm_0.33.oe
+++ /dev/null
@@ -1,18 +0,0 @@
-LICENSE = "GPL"
-inherit gpe
-
-DESCRIPTION = "GPE Desktop Manager"
-SECTION = "gpe"
-PRIORITY = "optional"
-MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-DEPENDS = "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
-}