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