summaryrefslogtreecommitdiff
path: root/instsetoo_native/inc_openoffice/unix/find-requires-x11.sh
diff options
context:
space:
mode:
Diffstat (limited to 'instsetoo_native/inc_openoffice/unix/find-requires-x11.sh')
-rw-r--r--instsetoo_native/inc_openoffice/unix/find-requires-x11.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/instsetoo_native/inc_openoffice/unix/find-requires-x11.sh b/instsetoo_native/inc_openoffice/unix/find-requires-x11.sh
deleted file mode 100644
index eab975ae4..000000000
--- a/instsetoo_native/inc_openoffice/unix/find-requires-x11.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-cat > /dev/null
-[[ "${OUTPATH}" == unxlngx* ]] && mark64="()(64bit)"
-if [[ "${OUTPATH}" == unxaig* ]]; then
- echo "libfreetype.a(libfreetype.so.6${mark64})"
-else
- echo "libfreetype.so.6${mark64}"
-fi