projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
gdk_image_destroy -> g_object_unref (gdk_image_destroy is deprecated in favor of...
[wxWidgets.git]
/
debian
/
python-wxgtk.prerm
Commit
Line
Data
6181913e
RL
1
#!/bin/sh
2
3
set -e
4
8bdc4937
5
PACKAGE="python-wxgtk=V"
6181913e
RL
6
dpkg --listfiles $PACKAGE | awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | xargs rm -f >&2
7
8bdc4937
RL
8
update-alternatives --remove wx.pth /usr/lib/wx/python/wx=V.pth
9
6181913e
RL
10
#DEBHELPER#
11