projects
/
wxWidgets.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Avoid warnings when wxMAC_USE_CORE_GRAPHICS_BLEND_MODES is not defined
[wxWidgets.git]
/
debian
/
python-wxgtk-dbg.prerm
This page requires JavaScript to run. Use
this page
instead.
0 / 11 ( 0%)
Commit
Line
Data
1
#!/bin/sh
2
3
set -e
4
5
PACKAGE="python-wxgtk=V-dbg"
6
dpkg --listfiles $PACKAGE | awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | xargs rm -f >&2
7
8
update-alternatives --remove wx.pth /usr/lib/wx/python/wx=V-dbg.pth
9
10
#DEBHELPER#
11