summaryrefslogtreecommitdiff
path: root/inputmethods/multikey/opie-multikey.postinst
blob: 435127da3b8332822db9cb7c4f66bb336fe96da9 (plain)
1
2
3
4
5
6
#!/bin/sh
if pidof -s qpe >/dev/null; then
  /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()"
else
  exit 0
fi