projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[ 1836794 ] gtk menu: radiogroup and separator
[wxWidgets.git]
/
debian
/
python-wxgtk.prerm
1
#!/bin/sh
2
3
set -e
4
5
PACKAGE
=
"python-wxgtk=V"
6
dpkg
--listfiles
$PACKAGE
|
awk
'
$0
~/\.py$/ {print
$0
"c
\n
"
$0
"o"}'
|
xargs rm
-f
>&
2
7
8
update
-alternatives --remove
wx.pth
/
usr
/
lib
/
wx
/
python
/
wx
=
V.pth
9
10
#DEBHELPER#
11