]> git.saurik.com Git - wxWidgets.git/blob - wxPython/distrib/mac/wxPythonOSX/resources/preflight
unified to use ASCII for ZIP entries and fn_str() when passing archive name to unzip.c
[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