Files
wxWidgets/wxPython/distrib/mac/wxPythonOSX/resources/preflight
2003-01-29 02:50:29 +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