DESCRIPTION = "Multikey Keyboard Layout Switcher Applet" SECTION = "opie/applets" PRIORITY = "optional" MAINTAINER = "Team Opie " 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 /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" fi } pkg_postrm() { #!/bin/sh /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" if [ -n "$D" ]; then false; fi } # FILES plugins/applets/libmultikeyapplet.so* do_install() { }