summarylogtreecommitdiffstats
path: root/sun-wtk.install
blob: 600934eb57f1cb545c460096cd8da74cad6336e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  echo ' PLEASE NOTE:'
  echo '-------------------------------------------------------------'
  echo '  You may want to set up $WTK_JRE_PATH environment variable  '
  echo '  (for example in /etc/profile.d/sun-wtk.* or in ~/.profile) '
  echo '        so that it points to `lib32-jre` directory.          '
  echo '                   Otherwise $JAVA_HOME                      '
  echo '    or /usr/lib/jvm/java-default-runtime/jre will be used.   '
  echo '-------------------------------------------------------------'
}

post_upgrade() {
  post_install
}