]> git.saurik.com Git - wxWidgets.git/blob - wxPython/distrib/mac/resources/preflight
Scripts to make a installer package in a disk image for wxPython and
[wxWidgets.git] / wxPython / distrib / mac / resources / preflight
1 #!/bin/sh
2
3 /usr/bin/sudo -u $USER /bin/rm -rf "$2/Library/Frameworks/Python.framework/Versions/2.2/lib/python2.2/site-packages/wxPython"
4 exit 0