#!/bin/sh
dpkg -L python2.4-democracy-player | awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | xargs rm -f >&2
