summaryrefslogtreecommitdiff
path: root/packages/opie-notes/opie-notes.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/opie-notes/opie-notes.inc')
-rw-r--r--packages/opie-notes/opie-notes.inc15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/opie-notes/opie-notes.inc b/packages/opie-notes/opie-notes.inc
deleted file mode 100644
index b3a9d44769..0000000000
--- a/packages/opie-notes/opie-notes.inc
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "Notes"
-SECTION = "opie/pim"
-PRIORITY = "optional"
-LICENSE = "GPL"
-APPNAME = "opie-notes"
-APPTYPE = "binary"
-
-S = "${WORKDIR}/notes"
-
-inherit opie
-
-do_install() {
- install -d ${D}${palmtopdir}/pics/${APPNAME}/
- install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.* ${D}${palmtopdir}/pics/${APPNAME}/
-}