#!/bin/sh -e

# remove configuration


# Delete the .desktop file in case the app-installer didn't.
#rm -f /usr/share/applications/hildon/scribo.desktop

#DEBHELPER#

set -e
dpkg -L pytidylib | awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | xargs rm -f >&2

