Files
wxWidgets/wxPython/distrib/mac/wxPythonOSX/resources/preflight
2003-03-25 06:35:27 +00:00

5 lines
163 B
Bash
Executable File

#!/bin/sh
# Cleanup any old install of the wxPython package
rm -rf $2/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython
exit 0