summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraquarius2016-07-25 23:43:41 +0300
committeraquarius2016-07-25 23:43:41 +0300
commit7ab7d1272edd2709546ae4fb865435372fac8412 (patch)
tree2abc12917047d090d5b1965418e57825a9da32b7
parentdd3d663e013965e5c645958ca7a4f2e5f974c157 (diff)
downloadaur-7ab7d1272edd2709546ae4fb865435372fac8412.tar.gz
Fix pre install
-rw-r--r--maya.install12
1 files changed, 5 insertions, 7 deletions
diff --git a/maya.install b/maya.install
index 49f0712319ce..3608eeed4e96 100644
--- a/maya.install
+++ b/maya.install
@@ -3,17 +3,15 @@
# you don't need (and this header).
## arg 1: the new package version
-#pre_install() {
- # do something here
-#}
-
-## arg 1: the new package version
-post_install() {
- msg2 "If you have not already done so, you can get your serial number from: http://students.autodesk.com"
+pre_install() {
+ msg2 "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 ""
+}
+## arg 1: the new package version
+post_install() {
mkdir /usr/tmp
chmod 777 /usr/tmp