projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Remove the WebView - wxWebViewWebKit map as our policy delegates already held a point...
[wxWidgets.git]
/
debian
/
python-wxgtk.prerm
1
#!/bin/sh
2
3
set -e
4
5
for
PY
in
=
PYVERS
;
do
6
update
-alternatives --remove
wx
-python
$PY
.pth
/
usr
/
lib
/
wx
/
python
$PY
/
wx
=
V.pth
7
done
8
9
#DEBHELPER#
10