summaryrefslogtreecommitdiff
path: root/inputmethods
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
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') (more/less context) (ignore whitespace changes)
-rwxr-xr-xinputmethods/dvorak/opie-dvorak.postinst2
-rwxr-xr-xinputmethods/handwriting/opie-handwriting.postinst2
-rwxr-xr-xinputmethods/jumpx/opie-jumpx.postinst2
-rwxr-xr-xinputmethods/keyboard/opie-keyboard.postinst2
-rwxr-xr-xinputmethods/kjumpx/opie-kjumpx.postinst2
-rwxr-xr-xinputmethods/multikey/opie-multikey.postinst2
-rwxr-xr-xinputmethods/pickboard/opie-pickboard.postinst2
-rwxr-xr-xinputmethods/unikeyboard/opie-unikeyboard.postinst2
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()"