#!/bin/sh -e test "$1" = 'remove' || exit 0 find /usr/lib/ezmlm-browse -name '*.pyc' -exec rm -f {} \;