diff options
author | Michael Krelin <hacker@klever.net> | 2007-07-07 18:53:28 +0000 |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-07-07 18:53:28 +0000 |
commit | 9dd08b22e1cb869eda20cc7289d6f5fcae17f668 (patch) | |
tree | b21418b76cadd669110f7b168303e2d2837e0e27 /packages/opie-unikeyboard | |
parent | 6c9a4f996c8a245e38fe0d2eca839b417fe7b139 (diff) |
opie-unikeyboard: get into /usr
Diffstat (limited to 'packages/opie-unikeyboard')
-rw-r--r-- | packages/opie-unikeyboard/opie-unikeyboard.inc | 4 | ||||
-rw-r--r-- | packages/opie-unikeyboard/opie-unikeyboard_cvs.bb | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/packages/opie-unikeyboard/opie-unikeyboard.inc b/packages/opie-unikeyboard/opie-unikeyboard.inc index f5d6fdb687..7bdf06d64e 100644 --- a/packages/opie-unikeyboard/opie-unikeyboard.inc +++ b/packages/opie-unikeyboard/opie-unikeyboard.inc @@ -13,7 +13,7 @@ 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()" + ${bindir}/qcop QPE/TaskBar "reloadApplets()" else exit 0 fi @@ -22,7 +22,7 @@ fi pkg_postrm() { #!/bin/sh if [ -n "$D" ]; then exit 1; fi -/opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()" +${bindir}/qcop QPE/TaskBar "reloadInputMethods()" } # FILES plugins/inputmethods/libqunikeyboard.so* diff --git a/packages/opie-unikeyboard/opie-unikeyboard_cvs.bb b/packages/opie-unikeyboard/opie-unikeyboard_cvs.bb index c85a6ad7e2..b035a101ed 100644 --- a/packages/opie-unikeyboard/opie-unikeyboard_cvs.bb +++ b/packages/opie-unikeyboard/opie-unikeyboard_cvs.bb @@ -1,5 +1,6 @@ require ${PN}.inc PV = "${OPIE_CVS_PV}" +PR = "r1" SRC_URI = "${HANDHELDS_CVS};module=opie/inputmethods/unikeyboard " |