Diffstat (limited to 'inputmethods/dasher/opie-dasher.postinst') (more/less context) (ignore whitespace changes)
-rw-r--r-- | inputmethods/dasher/opie-dasher.postinst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/inputmethods/dasher/opie-dasher.postinst b/inputmethods/dasher/opie-dasher.postinst new file mode 100644 index 0000000..b9ac6f0 --- a/dev/null +++ b/inputmethods/dasher/opie-dasher.postinst @@ -0,0 +1,7 @@ +#!/bin/sh +if pidof -s qpe >/dev/null; then + /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()" +else + exit 0 +fi + |