]> git.saurik.com Git - wxWidgets.git/blame - debian/libwxgtk-python.prerm
Common code for the same handling of wxSL_INVERSE.
[wxWidgets.git] / debian / libwxgtk-python.prerm
CommitLineData
e0a4aa8a
RL
1#!/bin/sh
2
3set -e
4
fdefae19 5PACKAGE="libwxgtk=SOV-python"
ceec2216 6dpkg --listfiles $PACKAGE | awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | xargs rm -f >&2
e0a4aa8a
RL
7
8#DEBHELPER#
9