summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/opietooth2/libopietooth2.postinst
blob: 2713c61ed757271a520202651d5ddbcd50d0d47a (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

QTPB=/opt/QtPalmtop/bin

[ ! -L ${QTPB}/networksettings2-opietooth ] && ln -sf ${QTPB}/networksettings2 ${QTPB}/networksettings2-opietooth

# qcop QPE/Taskbar "linkChanged(opietooth)"
${QTPB}/qcop QPE/Taskbar "reloadApps()"

exit 0