blob: a9f3ab5275c4ba87b592cc7fc337190ca1258a76 (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo "Run /usr/share/maple2021/bin/activation to activate your maple license."
}
post_upgrade() {
echo "Upgrading maple. Run /usr/share/maple2021/bin/activation if you need to reactivate your maple license."
}
|