From 90b9b1bb193b19f704e0a0fa3b844ac15bc3dc1a Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Wed, 5 Feb 2003 14:11:27 +0000 Subject: Add staroffice6 wrapper script. --- german/staroffice70/files/wrapper | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 german/staroffice70/files/wrapper (limited to 'german/staroffice70') diff --git a/german/staroffice70/files/wrapper b/german/staroffice70/files/wrapper new file mode 100644 index 000000000000..2bf1fd79f7f1 --- /dev/null +++ b/german/staroffice70/files/wrapper @@ -0,0 +1,15 @@ +#!/bin/sh +# +# $FreeBSD: /tmp/pcvs/ports/german/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 -- cgit v1.2.3