projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
fix for focus handling in generic wxListCtrl
[wxWidgets.git]
/
debian
/
libwxgtk-python.prerm
1
#!/bin/sh
2
3
set -e
4
5
PACKAGE
=
"libwxgtk=V-python"
6
7
dpkg
--listfiles
$PACKAGE
|
8
awk
'
$0
~/\.py$/ {print
$0
"c
\n
"
$0
"o"}'
|
9
xargs rm
-f
>&
2
10
11
12
#DEBHELPER#
13