summaryrefslogtreecommitdiff
path: root/etc/init.d/qpe
Unidiff
Diffstat (limited to 'etc/init.d/qpe') (more/less context) (show whitespace changes)
-rwxr-xr-xetc/init.d/qpe8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/init.d/qpe b/etc/init.d/qpe
index 12bb1df..8791e73 100755
--- a/etc/init.d/qpe
+++ b/etc/init.d/qpe
@@ -5,10 +5,10 @@ export LOGNAME=root
5export HOME=/$LOGNAME 5export HOME=/$LOGNAME
6export QWS_DISPLAY=Transformed:Rot270:0 6export QWS_DISPLAY=Transformed:Rot270:0
7export QTDIR=/usr 7export QTDIR=/usr
8export QPEDIR=/opt/QtPalmtop 8export OPIEDIR=/opt/QtPalmtop
9if [ ! -x $QPEDIR/bin/qpe ] ; then exit 0 ; fi 9if [ ! -x $OPIEDIR/bin/qpe ] ; then exit 0 ; fi
10 10
11$QPEDIR/bin/qpe-reorgfiles 11$OPIEDIR/bin/qpe-reorgfiles
12 12
13. /etc/profile 13. /etc/profile
14 14
@@ -25,7 +25,7 @@ case $1 in
25 25
26 rm -f /etc/rc2.d/S99x # Can't have both running! 26 rm -f /etc/rc2.d/S99x # Can't have both running!
27 27
28 $QPEDIR/bin/qpe 2>/dev/null >/dev/null & 28 $OPIEDIR/bin/qpe 2>/dev/null >/dev/null &
29 29
30 ;; 30 ;;
31'stop') 31'stop')