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 }