summarylogtreecommitdiffstats
path: root/lmgrd.install
diff options
context:
space:
mode:
authorButui Hu2019-06-12 19:22:48 +0800
committerButui Hu2019-06-12 19:22:48 +0800
commita0f78b2476ec39e674c56cb671b1c73b2e5677df (patch)
tree3aaf8f95f6ed5d6a1e7afeb6890a21a02f977392 /lmgrd.install
downloadaur-a0f78b2476ec39e674c56cb671b1c73b2e5677df.tar.gz
add lmgrd-11.16.2.1
Diffstat (limited to 'lmgrd.install')
-rw-r--r--lmgrd.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/lmgrd.install b/lmgrd.install
new file mode 100644
index 000000000000..ef2cca8bdb0c
--- /dev/null
+++ b/lmgrd.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo "****************************************************************************************************"
+ echo -e "\tA systemd service unit (lmgrd.service) is provided for convenient\n"
+ echo -e "\twhich assumes that all license files (*.lic) located in /etc/lmgrd/licenses\n"
+ echo -e "\tDocumentation refers to:\n"
+ echo -e "\t\thttps://www.mathworks.com/matlabcentral/answers/uploaded_files/5871/LicenseAdministration.pdf\n"
+ echo -e "\tYou should have got an up-to-date version with your MATLAB installer or ISO file.\n"
+ echo "****************************************************************************************************"
+}
+
+post_upgrade() {
+ post_install
+}