#!/bin/sh -e

# remove configuration


# Delete the .pyc files.
#DEBHELPER#
rm -f -r /usr/lib/python2.5/site-packages/mytube/

exit 0
