#!/bin/sh
# Cleanup any old install of the wxPython package
rm -rf $2/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wxPython
rm -rf $2/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx
rm -rf $2/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.6-mac-unicode
exit 0
