blob: abe08b6a030f363dbba67a42b31182289a6b0fa1 (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo "The jdk package is licensed software."
echo "You MUST read and agree to the license stored in"
echo "/opt/java/LICENSE before using it."
echo 'Please relogin to include jdk in your PATH'
}
|