summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/openoffice-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-1.0/files/openoffice-wrapper')
-rw-r--r--editors/openoffice-1.0/files/openoffice-wrapper15
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/openoffice-1.0/files/openoffice-wrapper b/editors/openoffice-1.0/files/openoffice-wrapper
deleted file mode 100644
index 28a571a83200..000000000000
--- a/editors/openoffice-1.0/files/openoffice-wrapper
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.0/files/Attic/openoffice-wrapper,v 1.2 2002-08-04 00:18:09 mbr Exp $
-
-oopath=%%PREFIX%%/OpenOffice.org1.0/program/
-program=`echo $0 | sed -e 's|.*-||'`
-
-case $program in
-$0)
- exec $oopath/soffice "$@"
- ;;
- *)
- exec $oopath/$program "$@"
- ;;
-esac