#!/bin/sh

# This should be /usr/local
dest=$2

find $dest/lib/omake -name \*.omc -exec rm -f {} \;
exit 0
