summaryrefslogtreecommitdiff
path: root/packages/opie-symlinker/opie-symlinker.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/opie-symlinker/opie-symlinker.inc')
-rw-r--r--packages/opie-symlinker/opie-symlinker.inc17
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/opie-symlinker/opie-symlinker.inc b/packages/opie-symlinker/opie-symlinker.inc
deleted file mode 100644
index 713ead3e89..0000000000
--- a/packages/opie-symlinker/opie-symlinker.inc
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Enables apps on external media"
-SECTION = "opie/base"
-PRIORITY = "optional"
-LICENSE = "GPL"
-APPNAME = "opie-update-symlinks"
-APPTYPE = "binary"
-
-
-S = "${WORKDIR}/symlinker"
-
-inherit opie
-
-do_install() {
- install -d ${D}${palmtopdir}/bin/
- install -m 0755 ${S}/opie-update-symlinks ${D}${palmtopdir}/bin/
-}
-