summaryrefslogtreecommitdiff
path: root/core/applets/volumeapplet/opie-volumeapplet.postinst
blob: 08258f0ef7de506370d2123ebbc89932c0cb1065 (plain)
1
2
3
4
5
6
7
#!/bin/sh
if pidof -s qpe >/dev/null; then
  /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
else
  exit 0
fi