mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
c2c65a96ef
- 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
7 lines
65 B
Bash
7 lines
65 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
cd "%%DATADIR%%" && exec pc-su "${@}"
|