summarylogtreecommitdiffstats
path: root/processing.install
blob: d863d5fa7fbc29b83cc60df8518a97d84f0140aa (plain)
1
2
3
4
5
6
7
post_install() {
  echo "Since version 4.4.3 processing-java has been replaced by processing cli. If this breaks anything, consider setting an alias."
}

post_upgrade() {
  echo "Since version 4.4.3 processing-java has been replaced by processing cli. If this breaks anything, consider setting an alias."
}