projects
/
wxWidgets.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
define _HPUX_SOURCE under HP-UX, otherwise many things are not defined in standard...
[wxWidgets.git]
/
debian
/
libwxgtk-dbg-python.prerm
This page requires JavaScript to run. Use
this page
instead.
0 / 9 ( 0%)
Commit
Line
Data
1
#!/bin/sh
2
3
set -e
4
5
PACKAGE="libwxgtk=SOV-dbg-python"
6
dpkg --listfiles $PACKAGE | awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | xargs rm -f >&2
7
8
#DEBHELPER#
9