summaryrefslogtreecommitdiff
path: root/inputmethods/jumpx
authorsandman <sandman>2002-12-28 18:19:55 (UTC)
committer sandman <sandman>2002-12-28 18:19:55 (UTC)
commit1362726346f1ab497ad5822db1a9b284f5bdaa1a (patch) (side-by-side diff)
treeb59ecaeb6b033e0fff5c3299f96eac69b89ae0ee /inputmethods/jumpx
parent58868e48eba21d0f400d6b379cb3e3e5b74561b9 (diff)
downloadopie-1362726346f1ab497ad5822db1a9b284f5bdaa1a.zip
opie-1362726346f1ab497ad5822db1a9b284f5bdaa1a.tar.gz
opie-1362726346f1ab497ad5822db1a9b284f5bdaa1a.tar.bz2
only send the qcop call in the postinst script, if qpe is running
Diffstat (limited to 'inputmethods/jumpx') (more/less context) (ignore whitespace changes)
-rwxr-xr-xinputmethods/jumpx/opie-jumpx.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/inputmethods/jumpx/opie-jumpx.postinst b/inputmethods/jumpx/opie-jumpx.postinst
index c254b01..0083987 100755
--- a/inputmethods/jumpx/opie-jumpx.postinst
+++ b/inputmethods/jumpx/opie-jumpx.postinst
@@ -1,2 +1,2 @@
#!/bin/sh
-/opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()"
+pidof -s qpe >/dev/null && /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()"