#! /bin/sh
find /usr/lib/python -name \*.pyc | xargs rm -f
install-info --quiet --remove usr/info/python-lib.info.gz
