summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/opietooth2/libopietooth2.postinst
Unidiff
Diffstat (limited to 'noncore/settings/networksettings2/opietooth2/libopietooth2.postinst') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/settings/networksettings2/opietooth2/libopietooth2.postinst10
1 files changed, 10 insertions, 0 deletions
diff --git a/noncore/settings/networksettings2/opietooth2/libopietooth2.postinst b/noncore/settings/networksettings2/opietooth2/libopietooth2.postinst
new file mode 100755
index 0000000..cd605c2
--- a/dev/null
+++ b/noncore/settings/networksettings2/opietooth2/libopietooth2.postinst
@@ -0,0 +1,10 @@
1#!/bin/sh
2
3QTPB=/opt/QtPalmtop/bin
4
5[ ! -L ${QTPB}/networksettings2-opietooth ] && ln -sf ${QTPB}/networksettings2 ${QTPB}/networksettings2-opietooth
6
7# qcop QPE/Taskbar "linkChanged(opietooth)"
8qcop QPE/Taskbar "reloadApps()"
9
10exit 0