summaryrefslogtreecommitdiff
path: root/inputmethods/unikeyboard
Unidiff
Diffstat (limited to 'inputmethods/unikeyboard') (more/less context) (ignore whitespace changes)
-rwxr-xr-xinputmethods/unikeyboard/opie-unikeyboard.postinst6
1 files changed, 5 insertions, 1 deletions
diff --git a/inputmethods/unikeyboard/opie-unikeyboard.postinst b/inputmethods/unikeyboard/opie-unikeyboard.postinst
index 0083987..a549c30 100755
--- a/inputmethods/unikeyboard/opie-unikeyboard.postinst
+++ b/inputmethods/unikeyboard/opie-unikeyboard.postinst
@@ -1,2 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2pidof -s qpe >/dev/null && /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()" 2if pidof -s qpe >/dev/null; then
3 /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
4else
5 exit 0
6fi