surpport seeking the recorded video
[vuplus_openembedded] / recipes / opie-keyview / opie-keyview.inc
1 DESCRIPTION = "Keyview Development Inputmethod"
2 SECTION = "opie/inputmethods"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 APPNAME = "keyview"
6
7
8 S = "${WORKDIR}/${APPNAME}"
9
10 inherit opie
11
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
19 fi
20 }
21
22 pkg_postrm() {
23 #!/bin/sh
24 ${bindir}/qcop QPE/TaskBar "reloadInputMethods()"
25 }
26
27 # FILES plugins/inputmethods/libkeyview.so*