updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / jre5-opt / jre.install
blobecd541f0c18ff6e95015fac1c642a0032ba85660
1 post_upgrade() {
2         post_install $1
5 post_install() {
6    echo "The jre package is licensed software."
7         echo "You MUST read and agree to the license stored in"
8         echo "/opt/java5/jre/LICENSE before using it."
10   echo 'add the following to your ~/.bashrc:'
11   echo "alias usejava5='JAVA_HOME=/opt/java5; . /opt/java5/jre/bin/usejava.sh'"
12   echo "alias usejava='JAVA_HOME=/opt/java; . /opt/java5/jre/bin/usejava.sh'"