X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e3c0dc265f336dc28bedc6b460961556ff5d209c..8b9a4190f70909de9568f45389e7aa3ecbc66b8a:/wxPython/distrib/mac/wxPythonOSX/resources/postflight diff --git a/wxPython/distrib/mac/wxPythonOSX/resources/postflight b/wxPython/distrib/mac/wxPythonOSX/resources/postflight deleted file mode 100755 index bfa196a360..0000000000 --- a/wxPython/distrib/mac/wxPythonOSX/resources/postflight +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh -e -# Compile the .py files in the wxPython pacakge -/usr/local/bin/python $2/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/../compileall.py $2/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython -/usr/local/bin/python -O $2/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/../compileall.py $2/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython - -# and in the demo -/usr/local/bin/python $2/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/../compileall.py /Applications/wxPythonOSX-2.4.1.1/demo - -# Make the demo/data dir writable -chmod a+w /Applications/wxPythonOSX-2.4.1.1/demo/data - -# and the wxPython pacakge should be group writable -chgrp -R admin $2/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython -chgrp -R admin /Applications/wxPythonOSX-2.4.1.1 -chmod -R g+w $2/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython -chmod -R g+w /Applications/wxPythonOSX-2.4.1.1 - -exit 0