blob: 928569be99b94ad649e63652ffc2f349d2b6a05d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Trigger]
Operation = Install
Operation = Upgrade
Operation = Remove
Type = Path
Target = usr/lib/jvm/*/bin/jar
[Action]
Description = Configuring MATLAB Java environment...
When = PostTransaction
Exec = /bin/sh -c '/usr/bin/matlab_jenv -allusers system > /dev/null' # https://www.mathworks.com/help/matlab/ref/matlab_jenv.html
|