summaryrefslogtreecommitdiff
path: root/libre/java-common/install_java-common.sh
blob: c9910e8bf56da3fedafdf1147f67a99ae40bf73a (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo 'Please make sure JAVA_HOME is set to /usr/lib/jvm/default'
  echo 'If not, you may have to logout and login again to set it according to /etc/profile.d/jre.sh'
}

post_upgrade() {
  post_install "$@"
}