summarylogtreecommitdiffstats
path: root/openjdkmsg.install
blob: ffd0596c5eca1142c8753e3d5c00003b1d7434b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_upgrade() {
  cat << EOF
---[ NOTE ]--------------------------------------------------------------------
 Processing does not support OpenJDK, only Java from Oracle.
 https://github.com/processing/processing/wiki/Supported-Platforms#linux
 If you encounter issues with this package, please file pull requests for
 Processing and/or OpenJDK until Processing can officially support OpenJDK.
-------------------------------------------------------------------------------
EOF
}

post_install() {
  post_upgrade
}