18 files changed, 18 insertions, 18 deletions
diff --git a/core/applets/batteryapplet/opie-batteryapplet.postinst b/core/applets/batteryapplet/opie-batteryapplet.postinst index ba76ffa..9c8c2d9 100755 --- a/core/applets/batteryapplet/opie-batteryapplet.postinst +++ b/core/applets/batteryapplet/opie-batteryapplet.postinst | |||
@@ -1,2 +1,2 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" | 2 | pidof -s qpe >/dev/null && /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" |
diff --git a/core/applets/cardmon/opie-cardmon.postinst b/core/applets/cardmon/opie-cardmon.postinst index ba76ffa..9c8c2d9 100755 --- a/core/applets/cardmon/opie-cardmon.postinst +++ b/core/applets/cardmon/opie-cardmon.postinst | |||
@@ -1,2 +1,2 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" | 2 | pidof -s qpe >/dev/null && /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" |
diff --git a/core/applets/clipboardapplet/opie-clipboardapplet.postinst b/core/applets/clipboardapplet/opie-clipboardapplet.postinst index ba76ffa..9c8c2d9 100644 --- a/core/applets/clipboardapplet/opie-clipboardapplet.postinst +++ b/core/applets/clipboardapplet/opie-clipboardapplet.postinst | |||
@@ -1,2 +1,2 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" | 2 | pidof -s qpe >/dev/null && /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" |
diff --git a/core/applets/clockapplet/opie-clockapplet.postinst b/core/applets/clockapplet/opie-clockapplet.postinst index ba76ffa..9c8c2d9 100755 --- a/core/applets/clockapplet/opie-clockapplet.postinst +++ b/core/applets/clockapplet/opie-clockapplet.postinst | |||
@@ -1,2 +1,2 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" | 2 | pidof -s qpe >/dev/null && /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" |
diff --git a/core/applets/irdaapplet/opie-irdaapplet.postinst b/core/applets/irdaapplet/opie-irdaapplet.postinst index ba76ffa..9c8c2d9 100755 --- a/core/applets/irdaapplet/opie-irdaapplet.postinst +++ b/core/applets/irdaapplet/opie-irdaapplet.postinst | |||
@@ -1,2 +1,2 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" | 2 | pidof -s qpe >/dev/null && /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" |
diff --git a/core/applets/screenshotapplet/opie-screenshotapplet.postinst b/core/applets/screenshotapplet/opie-screenshotapplet.postinst index ba76ffa..9c8c2d9 100755 --- a/core/applets/screenshotapplet/opie-screenshotapplet.postinst +++ b/core/applets/screenshotapplet/opie-screenshotapplet.postinst | |||
@@ -1,2 +1,2 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" | 2 | pidof -s qpe >/dev/null && /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" |
diff --git a/core/applets/vmemo/opie-vmemo.postinst b/core/applets/vmemo/opie-vmemo.postinst index ba76ffa..9c8c2d9 100755 --- a/core/applets/vmemo/opie-vmemo.postinst +++ b/core/applets/vmemo/opie-vmemo.postinst | |||
@@ -1,2 +1,2 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" | 2 | pidof -s qpe >/dev/null && /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" |
diff --git a/core/applets/volumeapplet/opie-volumeapplet.postinst b/core/applets/volumeapplet/opie-volumeapplet.postinst index ba76ffa..9c8c2d9 100755 --- a/core/applets/volumeapplet/opie-volumeapplet.postinst +++ b/core/applets/volumeapplet/opie-volumeapplet.postinst | |||
@@ -1,2 +1,2 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" | 2 | pidof -s qpe >/dev/null && /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" |
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 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()" | 2 | 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 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()" | 2 | 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 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()" | 2 | 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 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()" | 2 | 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 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()" | 2 | 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 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()" | 2 | 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 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()" | 2 | 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 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()" | 2 | pidof -s qpe >/dev/null && /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()" |
diff --git a/noncore/applets/notesapplet/opie-notesapplet.postinst b/noncore/applets/notesapplet/opie-notesapplet.postinst index ba76ffa..9c8c2d9 100755 --- a/noncore/applets/notesapplet/opie-notesapplet.postinst +++ b/noncore/applets/notesapplet/opie-notesapplet.postinst | |||
@@ -1,2 +1,2 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" | 2 | pidof -s qpe >/dev/null && /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" |
diff --git a/noncore/applets/wirelessapplet/opie-wirelessapplet.postinst b/noncore/applets/wirelessapplet/opie-wirelessapplet.postinst index ba76ffa..9c8c2d9 100755 --- a/noncore/applets/wirelessapplet/opie-wirelessapplet.postinst +++ b/noncore/applets/wirelessapplet/opie-wirelessapplet.postinst | |||
@@ -1,2 +1,2 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" | 2 | pidof -s qpe >/dev/null && /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" |