summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/opietooth2/libopietooth2.postinst
blob: cd605c284626f75a027cb37e47f0b723cf99bdab (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)"
qcop QPE/Taskbar "reloadApps()"

exit 0