Scripts to make a installer package in a disk image for wxPython and
for Python too. It's a strange mixture of sh, csh and perl, but it works. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
4
wxPython/distrib/mac/resources/preflight
Executable file
4
wxPython/distrib/mac/resources/preflight
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
/usr/bin/sudo -u $USER /bin/rm -rf "$2/Library/Frameworks/Python.framework/Versions/2.2/lib/python2.2/site-packages/wxPython"
|
||||
exit 0
|
Reference in New Issue
Block a user