summaryrefslogtreecommitdiff
path: root/noncore/tools/opie-sh/scripts/launcher_refresh.sh
Unidiff
Diffstat (limited to 'noncore/tools/opie-sh/scripts/launcher_refresh.sh') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/tools/opie-sh/scripts/launcher_refresh.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/noncore/tools/opie-sh/scripts/launcher_refresh.sh b/noncore/tools/opie-sh/scripts/launcher_refresh.sh
index 7850508..c3b0617 100755
--- a/noncore/tools/opie-sh/scripts/launcher_refresh.sh
+++ b/noncore/tools/opie-sh/scripts/launcher_refresh.sh
@@ -11,16 +11,16 @@
11# 11#
12# This program is distributed in the hope that it will be useful, 12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of 13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU General Public License for more details. 15# GNU General Public License for more details.
16 16
17OPIE_SH=opie-sh 17OPIE_SH=$OPIEDIR/bin/opie-sh
18 18
19launcher_refresh() { 19launcher_refresh() {
20 (echo "<img src=/opt/QtPalmtop/pics/opie-sh-scripts/launcher_refresh.png>" 20 (echo "<img src=$OPIEDIR/pics/opie-sh-scripts/launcher_refresh.png>"
21 echo "<h3>Refresh successful!</h3><br>" 21 echo "<h3>Refresh successful!</h3><br>"
22 echo the launcher has been refreshed. 22 echo the launcher has been refreshed.
23 echo 23 echo
24 echo this is useful if you installed packages using ipk instead of 24 echo this is useful if you installed packages using ipk instead of
25 echo oipkg. it is also helping if you are changing .desktop-files 25 echo oipkg. it is also helping if you are changing .desktop-files
26 echo often. 26 echo often.
@@ -33,12 +33,12 @@ cleanup() {
33} 33}
34 34
35##################################################################### 35#####################################################################
36# 36#
37# main 37# main
38 38
39/opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()" 39$OPIEDIR/bin/qcop QPE/TaskBar "reloadInputMethods()"
40#/opt/QtPalmtop/bin/qcop QPE/System "restart()" 40#$OPIEDIR/bin/qcop QPE/System "restart()"
41/opt/QtPalmtop/bin/qcop QPE/System "linkChanged(QString)" 41$OPIEDIR/bin/qcop QPE/System "linkChanged(QString)"
42 42
43launcher_refresh 43launcher_refresh
44cleanup 44cleanup