projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Fix compilation of wxWebView under mingw by adding missing definitions and dynamicall...
[wxWidgets.git]
/
debian
/
python-wxgtk.prerm
Commit
Line
Data
6181913e
RL
1
#!/bin/sh
2
3
set -e
4
8bf4f383
RD
5
for PY in =PYVERS; do
6
update-alternatives --remove wx-python$PY.pth /usr/lib/wx/python$PY/wx=V.pth
7
done
8bdc4937
8
6181913e
RL
9
#DEBHELPER#
10