projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
oops.
[wxWidgets.git]
/
debian
/
libwxgtk-python.prerm
Commit
Line
Data
e0a4aa8a
RL
1
#!/bin/sh
2
3
set -e
4
050207ec
RL
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
e0a4aa8a
RL
11
12
#DEBHELPER#
13