projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Fixed bug with lack of return default style if Ok() fails.
[wxWidgets.git]
/
debian
/
libwxgtk-python.prerm
Commit
Line
Data
e0a4aa8a
RL
1
#!/bin/sh
2
3
set -e
4
fdefae19
5
PACKAGE="libwxgtk=SOV-python"
ceec2216
6
dpkg --listfiles $PACKAGE | awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | xargs rm -f >&2
e0a4aa8a
RL
7
8
#DEBHELPER#
9