summarylogtreecommitdiffstats
path: root/openlp.sh
diff options
context:
space:
mode:
authorGarrett Wilson2015-08-10 19:27:32 -0500
committerGarrett Wilson2015-08-10 19:27:32 -0500
commita8c611cb254d46820b62a72e66d48d88d7375b16 (patch)
tree72a8ae66430fb3c619cb0b131cc5d66e91449f35 /openlp.sh
downloadaur-a8c611cb254d46820b62a72e66d48d88d7375b16.tar.gz
Initial
Diffstat (limited to 'openlp.sh')
-rw-r--r--openlp.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/openlp.sh b/openlp.sh
new file mode 100644
index 000000000000..cd43490e9571
--- /dev/null
+++ b/openlp.sh
@@ -0,0 +1,4 @@
+if [ -e "/usr/lib/libreoffice/program/uno.py" ]; then
+ export PYTHONPATH="$PYTHONPATH:/usr/lib/libreoffice/program/"
+ export URE_BOOTSTRAP="file:///usr/lib/libreoffice/program/fundamentalrc"
+fi