mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 12:45:11 +02:00
adds /usr/bin/java script to bridge the gap between fully profile-based and fully /usr/bin symlinks
13 lines
352 B
Bash
13 lines
352 B
Bash
# Template file for 'openjdk-common'
|
|
pkgname=openjdk-common
|
|
version=2
|
|
revision=1
|
|
short_desc="Common files for OpenJDK packages"
|
|
maintainer="classabbyamp <void@placeviolette.net>"
|
|
license="Public Domain"
|
|
homepage="https://www.voidlinux.org"
|
|
|
|
do_install() {
|
|
vinstall "${FILESDIR}"/profile.sh 644 /etc/profile.d jdk.sh
|
|
vbin "${FILESDIR}"/java.sh java
|
|
}
|