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 @@ | |||
1 | #!/bin/sh | ||
2 | if pidof -s qpe >/dev/null; then | ||
3 | /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()" | ||
4 | else | ||
5 | exit 0 | ||
6 | fi | ||
7 | |||