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
@@ -7,6 +7,6 @@ export 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
@@ -27,3 +27,3 @@ case $1 in
27 27
28 $QPEDIR/bin/qpe 2>/dev/null >/dev/null & 28 $OPIEDIR/bin/qpe 2>/dev/null >/dev/null &
29 29