uclibc: remove obsolete patches for git version
[openembedded.git] / recipes / opie-multikeyapplet / opie-multikeyapplet.inc
blob0022ba567a46137f0808fa9579a786370368c1b0
1 DESCRIPTION = "Multikey Keyboard Layout Switcher Applet"
2 SECTION = "opie/applets"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 APPNAME = "multikeyapplet"
8 S = "${WORKDIR}/${APPNAME}"
10 inherit opie
12 pkg_postinst() {
13 #!/bin/sh
14 if [ -n "$D" ]; then exit 1; fi
15 if pidof -s qpe >/dev/null; then
16   ${bindir}/qcop QPE/TaskBar "reloadApplets()"
20 pkg_postrm() {
21 #!/bin/sh
22 ${bindir}/qcop QPE/TaskBar "reloadApplets()"
23  if [ -n "$D" ]; then false; fi
26 # FILES plugins/applets/libmultikeyapplet.so*
27 do_install() {