blob: 0c9ae502ec822c0c47618c9dc0bea213604c5cfc (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo 'For the complete set of Java binaries to be available in your PATH,'
echo 'you need to re-login or source /etc/profile.d/jre.sh'
echo 'Please note that this package does not support forcing JAVA_HOME as former package 'java-common' did'
}
post_upgrade() {
parabola-java fix
}
|