diff options
Diffstat (limited to 'graphics/ycomp/files/ycomp.sh.in')
-rw-r--r-- | graphics/ycomp/files/ycomp.sh.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/graphics/ycomp/files/ycomp.sh.in b/graphics/ycomp/files/ycomp.sh.in deleted file mode 100644 index 09787a208800..000000000000 --- a/graphics/ycomp/files/ycomp.sh.in +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -YCOMP_HOME="%%DATADIR%%" -export YCOMP_HOME -JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -jar "$YCOMP_HOME/yComp.jar" "${@}" - -# eof |