aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opie-vmemo/opie-vmemo.inc
blob: 9b45eff34beab462ac2955c4e885c4612c1cbf21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
DESCRIPTION = "Voice Memo Recorder Applet"
SECTION = "opie/applets"
PRIORITY = "optional"
LICENSE = "GPL"
RDEPENDS = "opie-vmemo-settings"
I18N_FILES = "libvmemoapplet.ts"
APPNAME = "vmemoapplet"


S = "${WORKDIR}/vmemo"

inherit opie

pkg_postinst() {
#!/bin/sh
if pidof -s qpe >/dev/null; then
  /usr/bin/qcop QPE/TaskBar "reloadApplets()"
fi
 if [ -n "$D" ]; then exit 1; fi
}

pkg_postrm() {
#!/bin/sh
/usr/bin/qcop QPE/TaskBar "reloadApplets()"
 if [ -n "$D" ]; then exit 1; fi
}

# FILES plugins/applets/libvmemoapplet.so*
do_install() {
}