summaryrefslogtreecommitdiff
path: root/editors/staroffice70/files/wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'editors/staroffice70/files/wrapper')
-rw-r--r--editors/staroffice70/files/wrapper15
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/staroffice70/files/wrapper b/editors/staroffice70/files/wrapper
deleted file mode 100644
index 2d33ccef2198..000000000000
--- a/editors/staroffice70/files/wrapper
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD: /tmp/pcvs/ports/editors/staroffice70/files/Attic/wrapper,v 1.1 2003-02-05 14:11:27 mbr Exp $
-
-sopath=%%PREFIX%%/staroffice6.0/program/
-program=`echo $0 | sed -e 's|.*-||'`
-
-case $program in
-$0)
- exec $sopath/soffice "$@"
- ;;
- *)
- exec $sopath/$program "$@"
- ;;
-esac