summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraquarius2016-07-26 00:21:45 +0300
committeraquarius2016-07-26 00:21:45 +0300
commit9e7b7826afef93789b22dbf9ea6dfb5dda368a94 (patch)
tree6a6b905f51a45577abc3c47a06ac57527d677f4d
parent7ab7d1272edd2709546ae4fb865435372fac8412 (diff)
downloadaur-9e7b7826afef93789b22dbf9ea6dfb5dda368a94.tar.gz
Fix install
-rw-r--r--maya.install17
1 files changed, 15 insertions, 2 deletions
diff --git a/maya.install b/maya.install
index 3608eeed4e96..e190fc6b1b79 100644
--- a/maya.install
+++ b/maya.install
@@ -4,7 +4,7 @@
## arg 1: the new package version
pre_install() {
- msg2 "If you have not already done so, you can get your serial number from: http://students.autodesk.com"
+ echo "If you have not already done so, you can get your serial number from: http://students.autodesk.com"
read -p "Please enter your serial number: " SERIALNUMBER
read -p "Please enter your product id: " PRODUCTID
echo ""
@@ -48,7 +48,20 @@ post_install() {
## arg 1: the old package version
#pre_remove() {
- # do something here
+ rm /usr/lib/libadlmPIT.so.11
+ rm /usr/lib/libadlmutil.so.11
+
+ rm /usr/autodesk/maya2016/bin/License.env
+
+ rm /var/opt/Autodesk/Adlm/Maya2016/MayaConfig.pit
+
+ rm /usr/autodesk/maya2016/lib/libssl.so.10
+ rm /usr/autodesk/maya2016/lib/libcrypto.so.10
+
+ rm /usr/autodesk/maya2016/lib/libjpeg.so.62
+ rm/usr/autodesk/maya2016/lib/libtiff.so.3
+
+ rm -rf /usr/autodesk/maya2016/plugin-backups
#}
## arg 1: the old package version