summarylogtreecommitdiffstats
path: root/java32-runtime-common.install
blob: 9cf594a73b45c1faede7340f3e7992c00628e4a6 (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo 'For the complete set of 32-bit Java binaries to be available in your PATH,'
  echo 'you need to re-login or source /etc/profile.d/jre32.sh'
}

post_upgrade() {
  archlinux-java32 fix
}