projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
made makefile more robust
[wxWidgets.git]
/
debian
/
libwxgtk-python.prerm
Commit
Line
Data
e0a4aa8a
RL
1
#!/bin/sh
2
3
set -e
4
5
WXPYTHONDIR="/usr/lib/python1.5/site-packages/wxPython"
6
find ${WXPYTHONDIR} -name "*.py?" -exec rm -f {} \;
7
8
#DEBHELPER#
9