mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
- 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
9 lines
162 B
Bash
9 lines
162 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
export JAVA_VERSION="%%JAVA_VERSION%%"
|
|
|
|
cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \
|
|
-jar "%%DATADIR%%/LXMenuEditor.jar" "${@}"
|