diff options
Diffstat (limited to 'deskutils/projectlibre/files/projectlibre.sh.in')
-rw-r--r-- | deskutils/projectlibre/files/projectlibre.sh.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/projectlibre/files/projectlibre.sh.in b/deskutils/projectlibre/files/projectlibre.sh.in new file mode 100644 index 000000000000..c19dbf183f86 --- /dev/null +++ b/deskutils/projectlibre/files/projectlibre.sh.in @@ -0,0 +1,10 @@ +#!/bin/sh +# +# $FreeBSD$ + +PROJECTLIBRE_HOME="%%DATADIR%%" +export PROJECTLIBRE_HOME +cd "%%DATADIR%%" +JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -jar "$PROJECTLIBRE_HOME/projectlibre.jar" "$@" > /dev/null 2>&1 + +# eof |