From c7fd3b08e227a739803d62e0bb3033ebe65da775 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 17 Sep 2011 23:14:43 +0000 Subject: Sat Sep 17 23:14:43 UTC 2011 --- community-staging/root/root.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 community-staging/root/root.sh (limited to 'community-staging/root/root.sh') diff --git a/community-staging/root/root.sh b/community-staging/root/root.sh new file mode 100644 index 000000000..685e6036b --- /dev/null +++ b/community-staging/root/root.sh @@ -0,0 +1,5 @@ +if [ $PYTHONPATH ]; then + export PYTHONPATH=$PYTHONPATH:/usr/lib/root; +else + export PYTHONPATH=/usr/lib/root; +fi -- cgit v1.2.3-54-g00ecf