#!/bin/sh

set -e

rm -f /usr/lib/site-python/DebianControlParser.pyc \
      /usr/lib/site-python/apt_listchanges.pyc

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0
