ports/x11-wm/lxmed/files/lxmed.sh.in
Rusmir Dusko c2c65a96ef - Bump PORTREVISION for pkg-plist change
- Add files/lxmed-root and fix Desktop usage for root
- Move CP to post-extract
- Use for icons PORTNAME instead of full path
- Break lines around 80 characters
- Simplify desktop files installation handling
- Change files/lxmed.sh, remove -Djava.ext.dirs="%%DATADIR%%"
- Remove @dirrmtry share/applications from pkg-plist
2014-03-24 11:58:01 +00:00

9 lines
162 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
export JAVA_VERSION="%%JAVA_VERSION%%"
cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \
-jar "%%DATADIR%%/LXMenuEditor.jar" "${@}"