]> git.saurik.com Git - wxWidgets.git/blob - wxPython/distrib/mac/resources/preflight
call wxApp::OnExit() when wxExit() is called and don't do wxLogError from it (replace...
[wxWidgets.git] / wxPython / distrib / mac / resources / preflight
1 #!/bin/sh
2
3 /usr/bin/sudo -u $USER /bin/rm -rf \
4 $2/Library/Frameworks/Python.framework/Versions/2.2/lib/python2.2/site-packages/wxPython \
5
6 # $2/usr/local/bin/wx* \
7 # $2/usr/local/include/wx \
8 # $2/usr/local/lib/wx \
9 # $2/usr/local/lib/libwx*
10
11 exit 0