author | sandman <sandman> | 2002-12-28 18:19:55 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-12-28 18:19:55 (UTC) |
commit | 1362726346f1ab497ad5822db1a9b284f5bdaa1a (patch) (side-by-side diff) | |
tree | b59ecaeb6b033e0fff5c3299f96eac69b89ae0ee /inputmethods | |
parent | 58868e48eba21d0f400d6b379cb3e3e5b74561b9 (diff) | |
download | opie-1362726346f1ab497ad5822db1a9b284f5bdaa1a.zip opie-1362726346f1ab497ad5822db1a9b284f5bdaa1a.tar.gz opie-1362726346f1ab497ad5822db1a9b284f5bdaa1a.tar.bz2 |
only send the qcop call in the postinst script, if qpe is running
-rwxr-xr-x | inputmethods/dvorak/opie-dvorak.postinst | 2 | ||||
-rwxr-xr-x | inputmethods/handwriting/opie-handwriting.postinst | 2 | ||||
-rwxr-xr-x | inputmethods/jumpx/opie-jumpx.postinst | 2 | ||||
-rwxr-xr-x | inputmethods/keyboard/opie-keyboard.postinst | 2 | ||||
-rwxr-xr-x | inputmethods/kjumpx/opie-kjumpx.postinst | 2 | ||||
-rwxr-xr-x | inputmethods/multikey/opie-multikey.postinst | 2 | ||||
-rwxr-xr-x | inputmethods/pickboard/opie-pickboard.postinst | 2 | ||||
-rwxr-xr-x | inputmethods/unikeyboard/opie-unikeyboard.postinst | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/inputmethods/dvorak/opie-dvorak.postinst b/inputmethods/dvorak/opie-dvorak.postinst index c254b01..0083987 100755 --- a/inputmethods/dvorak/opie-dvorak.postinst +++ b/inputmethods/dvorak/opie-dvorak.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()" diff --git a/inputmethods/handwriting/opie-handwriting.postinst b/inputmethods/handwriting/opie-handwriting.postinst index c254b01..0083987 100755 --- a/inputmethods/handwriting/opie-handwriting.postinst +++ b/inputmethods/handwriting/opie-handwriting.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()" 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()" diff --git a/inputmethods/keyboard/opie-keyboard.postinst b/inputmethods/keyboard/opie-keyboard.postinst index c254b01..0083987 100755 --- a/inputmethods/keyboard/opie-keyboard.postinst +++ b/inputmethods/keyboard/opie-keyboard.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()" diff --git a/inputmethods/kjumpx/opie-kjumpx.postinst b/inputmethods/kjumpx/opie-kjumpx.postinst index c254b01..0083987 100755 --- a/inputmethods/kjumpx/opie-kjumpx.postinst +++ b/inputmethods/kjumpx/opie-kjumpx.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()" diff --git a/inputmethods/multikey/opie-multikey.postinst b/inputmethods/multikey/opie-multikey.postinst index c254b01..0083987 100755 --- a/inputmethods/multikey/opie-multikey.postinst +++ b/inputmethods/multikey/opie-multikey.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()" diff --git a/inputmethods/pickboard/opie-pickboard.postinst b/inputmethods/pickboard/opie-pickboard.postinst index c254b01..0083987 100755 --- a/inputmethods/pickboard/opie-pickboard.postinst +++ b/inputmethods/pickboard/opie-pickboard.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()" diff --git a/inputmethods/unikeyboard/opie-unikeyboard.postinst b/inputmethods/unikeyboard/opie-unikeyboard.postinst index c254b01..0083987 100755 --- a/inputmethods/unikeyboard/opie-unikeyboard.postinst +++ b/inputmethods/unikeyboard/opie-unikeyboard.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()" |