added wxPython control files and a few changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2000-02-21 23:02:25 +00:00
parent 9b0326f79a
commit e0a4aa8a21
15 changed files with 134 additions and 36 deletions

9
debian/libwxgtk-python.prerm vendored Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
set -e
WXPYTHONDIR="/usr/lib/python1.5/site-packages/wxPython"
find ${WXPYTHONDIR} -name "*.py?" -exec rm -f {} \;
#DEBHELPER#