10 lines
150 B
Plaintext
10 lines
150 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
PACKAGE="libwxgtk=V-dbg-python"
|
||
|
dpkg --listfiles $PACKAGE | awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | xargs rm -f >&2
|
||
|
|
||
|
#DEBHELPER#
|
||
|
|