diff options
author | Michael Krelin <hacker@klever.net> | 2007-07-07 23:12:59 +0000 |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-07-07 23:12:59 +0000 |
commit | 0a4d7dbcc99b0fe43e179cb1635d980eeced175a (patch) | |
tree | 6d17ae9e78251c0a8bd52d1de712adfa13f2bc76 /packages/opie-keyboard/opie-keyboard.inc | |
parent | ef968e82e409d582a93fb7a2c6831088eb872344 (diff) |
opie-keyboard: adjust post{inst,rm} and rpath to the new layout
Diffstat (limited to 'packages/opie-keyboard/opie-keyboard.inc')
-rw-r--r-- | packages/opie-keyboard/opie-keyboard.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/opie-keyboard/opie-keyboard.inc b/packages/opie-keyboard/opie-keyboard.inc index d99b02ab80..122e30f38e 100644 --- a/packages/opie-keyboard/opie-keyboard.inc +++ b/packages/opie-keyboard/opie-keyboard.inc @@ -14,7 +14,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 "reloadInputMethods()" + ${bindir}/qcop QPE/TaskBar "reloadInputMethods()" else exit 0 fi @@ -24,7 +24,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/libqkeyboard.so* |