summaryrefslogtreecommitdiff
path: root/debian/python-logilab-common.prerm
blob: 96079a9c8afdba4abcd1b538ebf38fb46d8e2c53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh -e
#

# remove .pyc and .pyo files
dpkg --listfiles python-logilab-common |
	awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
	xargs rm -f >&2




#DEBHELPER#

exit 0