blob: 53b06f90ad9646377f438b91778812134de720bd (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
echo " -> To start using MATLAB, you might need to activate it first, if you haven't already:"
echo " \$ MathWorksProductAuthorizer"
echo " -> After activation, launch MATLAB and wait for it to crash. Then run:"
echo " # patchelf --clear-execstack ~/.MathWorks/ServiceHost/-mw_shared_installs/v*/bin/glnxa64/libmwfoundation_crash_handling.so"
}
post_upgrade() {
post_install
}
|