#! /bin/bash -e # # Debian prerm script for Python 1.5 hierarchical modules # Written by Gregor Hoffleit # NAME=zinc-python dpkg --listfiles $NAME | awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | xargs rm -f >&2