summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/opietooth2/libopietooth2.postinst
Side-by-side diff
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 @@
+#!/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