]> git.saurik.com Git - wxWidgets.git/blob - wxPython/distrib/mac/wxPythonOSX/resources/preflight
unicode compilation fix
[wxWidgets.git] / wxPython / distrib / mac / wxPythonOSX / resources / preflight
1 #!/bin/sh
2 # Cleanup any old install of the wxPython package
3 rm -rf $2/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython
4 exit 0