summaryrefslogtreecommitdiff
path: root/packages/qtopia-phone/qtopia-phone-x11
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-03-15 20:18:24 +0000
committerHolger Freyther <zecke@selfish.org>2008-03-15 20:18:24 +0000
commit15583248362ff2562d5fcb02c1462864dd00e349 (patch)
tree1bf428f88e9d8a76a6ea6d1756403ca7d1fd8a90 /packages/qtopia-phone/qtopia-phone-x11
parent7ae19771c6dc0f98120a0e30e4fb43bfe2ccfcbd (diff)
Qtopia/X11: Install a qtopia.sh into the profile.d to set PATH, QPEDIR and LD_LIBRARY_PATH
Diffstat (limited to 'packages/qtopia-phone/qtopia-phone-x11')
-rw-r--r--packages/qtopia-phone/qtopia-phone-x11/qtopia.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/qtopia-phone/qtopia-phone-x11/qtopia.sh b/packages/qtopia-phone/qtopia-phone-x11/qtopia.sh
new file mode 100644
index 0000000000..823d27dc93
--- /dev/null
+++ b/packages/qtopia-phone/qtopia-phone-x11/qtopia.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+export QPEDIR=/opt/Qtopia
+export PATH=$PATH=$QPEDIR/bin
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$QPEDIR/lib