#! /bin/sh
set -e

find /usr/share/python/ -name '*.py[oc]' -delete


