summarylogtreecommitdiffstats
path: root/matlab.install
blob: d37fa85d5cded50c2066adc0a3c96dddacbdda2c (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  # https://bbs.archlinux.org/viewtopic.php?pid=2244314#p2244314
  echo "  -> To start using MATLAB, you might need to activate it first, if you haven't already:"
  echo "     \$ MathWorksProductAuthorizer"
}

post_upgrade() {
  post_install
}