summarylogtreecommitdiffstats
path: root/textmaker16
diff options
context:
space:
mode:
Diffstat (limited to 'textmaker16')
-rw-r--r--textmaker164
1 files changed, 4 insertions, 0 deletions
diff --git a/textmaker16 b/textmaker16
new file mode 100644
index 000000000000..0b3161d78fc6
--- /dev/null
+++ b/textmaker16
@@ -0,0 +1,4 @@
+#!/bin/sh
+# A script to run TextMaker.
+export LD_LIBRARY_PATH=/opt/smoffice2016/usr/lib:${LD_LIBRARY_PATH}
+/opt/smoffice2016/textmaker "$@"