#!/bin/sh -e

if [ "$1" = "remove" -o "$1" = "upgrade" ]; then
	for f in /usr/share/games/pydance/*.py; do
		rm -f ${f}c
	done
fi

#DEBHELPER#
