summaryrefslogtreecommitdiff
path: root/misc/libreoffice4-bin/files/soffice
diff options
context:
space:
mode:
Diffstat (limited to 'misc/libreoffice4-bin/files/soffice')
-rw-r--r--misc/libreoffice4-bin/files/soffice17
1 files changed, 0 insertions, 17 deletions
diff --git a/misc/libreoffice4-bin/files/soffice b/misc/libreoffice4-bin/files/soffice
deleted file mode 100644
index c795ea20397..00000000000
--- a/misc/libreoffice4-bin/files/soffice
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: soffice,v 1.1 2013/04/13 11:12:33 ryoon Exp $
-#
-SOINST=@@PREFIX@@/opt/libreoffice@@OO_BASEVER@@
-
-# make sure we can find `whoami` on solaris
-PATH=${PATH}:/usr/ucb
-
-# add the chosen java directory to $PATH to allow OOo to
-# automatically find it
-PATH=${PATH}:@@JAVA_HOME@@
-
-# default data seg size is too small for java
-ulimit -d `ulimit -H -d`
-
-exec ${SOINST}/program/soffice "$@"