#!/bin/sh
find /usr/lib/python2.5/site-packages/pyglet/ -name '*.pyc' | xargs rm
exit 0
