aboutsummaryrefslogtreecommitdiff
path: root/debian/zinc-python.prerm
blob: 42efba64fa5eef029027cb5aa80da8f72c406f64 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/bash -e
#
# Debian prerm script for Python 1.5 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