diff options
Diffstat (limited to 'packages/opie-multikeyapplet/opie-multikeyapplet.inc')
-rw-r--r-- | packages/opie-multikeyapplet/opie-multikeyapplet.inc | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/packages/opie-multikeyapplet/opie-multikeyapplet.inc b/packages/opie-multikeyapplet/opie-multikeyapplet.inc deleted file mode 100644 index 0022ba567a..0000000000 --- a/packages/opie-multikeyapplet/opie-multikeyapplet.inc +++ /dev/null @@ -1,29 +0,0 @@ -DESCRIPTION = "Multikey Keyboard Layout Switcher Applet" -SECTION = "opie/applets" -PRIORITY = "optional" -LICENSE = "GPL" -APPNAME = "multikeyapplet" - - -S = "${WORKDIR}/${APPNAME}" - -inherit opie - -pkg_postinst() { -#!/bin/sh -if [ -n "$D" ]; then exit 1; fi -if pidof -s qpe >/dev/null; then - ${bindir}/qcop QPE/TaskBar "reloadApplets()" -fi -} - -pkg_postrm() { -#!/bin/sh -${bindir}/qcop QPE/TaskBar "reloadApplets()" - if [ -n "$D" ]; then false; fi -} - -# FILES plugins/applets/libmultikeyapplet.so* -do_install() { -} - |