summaryrefslogtreecommitdiff
path: root/noncore/tools/opie-sh/scripts/launcher_refresh.sh
Side-by-side diff
Diffstat (limited to 'noncore/tools/opie-sh/scripts/launcher_refresh.sh') (more/less context) (show 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 @@
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-OPIE_SH=opie-sh
+OPIE_SH=$OPIEDIR/bin/opie-sh
launcher_refresh() {
-( echo "<img src=/opt/QtPalmtop/pics/opie-sh-scripts/launcher_refresh.png>"
+( echo "<img src=$OPIEDIR/pics/opie-sh-scripts/launcher_refresh.png>"
echo "<h3>Refresh successful!</h3><br>"
echo the launcher has been refreshed.
echo
echo this is useful if you installed packages using ipk instead of
echo oipkg. it is also helping if you are changing .desktop-files
echo often.
@@ -33,12 +33,12 @@ cleanup() {
}
#####################################################################
#
# main
-/opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()"
-#/opt/QtPalmtop/bin/qcop QPE/System "restart()"
-/opt/QtPalmtop/bin/qcop QPE/System "linkChanged(QString)"
+$OPIEDIR/bin/qcop QPE/TaskBar "reloadInputMethods()"
+#$OPIEDIR/bin/qcop QPE/System "restart()"
+$OPIEDIR/bin/qcop QPE/System "linkChanged(QString)"
launcher_refresh
cleanup