summarylogtreecommitdiffstats
path: root/maple2019.install
blob: c8b4a2e9c31b383b32a50bddfad74b3b193be328 (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo -e "\033[1;33mRunning Maple 2019 activation wizard!\033[0m"
  exec /usr/share/maple2019/bin/activation
}

post_upgrade() {
  echo "Upgrading maple. Run /usr/share/maple2019/bin/activation if you need to reactivate your maple license."
}