#!/bin/sh
# Cleanup any old install of the wxPython package
rm -rf $2/Library/Python/2.3/wxPython
rm -rf $2/Library/Python/2.3/wx
rm -rf $2/Library/Python/2.3/wx-2.6-mac-unicode
exit 0
