]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/mac/wxPythonOSX/resources/preflight
Merged wxPython 2.4.x to the 2.5 branch (Finally!!!)
[wxWidgets.git] / wxPython / distrib / mac / wxPythonOSX / resources / preflight
diff --git a/wxPython/distrib/mac/wxPythonOSX/resources/preflight b/wxPython/distrib/mac/wxPythonOSX/resources/preflight
new file mode 100755 (executable)
index 0000000..79d6bf2
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Cleanup any old install of the wxPython package
+rm -rf $2/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython
+exit 0