aboutsummaryrefslogtreecommitdiff
path: root/debian/zinc-python/DEBIAN/prerm
blob: 6c9295a97cbe696b7311af63a1eb7d3d9b29f132 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/bash -e
#
# Debian prerm script for Python hierarchical modules
# Written by Gregor Hoffleit <flight@debian.org>
#

NAME=zinc-python

dpkg --listfiles $NAME |
	awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
	xargs rm -f >&2