cornucopia: bump SRCREV
[openembedded.git] / recipes / opie-keyview / opie-keyview.inc
blob904d781ee13f01d9111a1d20b04d3c244bd66072
1 DESCRIPTION = "Keyview Development Inputmethod"
2 SECTION = "opie/inputmethods"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 APPNAME = "keyview"
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 "reloadInputMethods()"
17 else
18   exit 0
22 pkg_postrm() {
23 #!/bin/sh
24 ${bindir}/qcop QPE/TaskBar "reloadInputMethods()"
27 # FILES plugins/inputmethods/libkeyview.so*