logilab/doctools

view debian/logilab-doctools.prerm @ 0:cc367abb080e

forget the past. forget the past.
author root
date Wed, 26 Apr 2006 10:48:09 +0000
parents
children 2a723e5b3174
line source
1 #! /bin/sh -e
2 #
4 # remove .pyc and .pyo files
5 dpkg --listfiles logilab-doctools |
6 awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
7 xargs rm -f >&2
12 #DEBHELPER#
14 exit 0