#!/bin/sh
set -e

test -z "$CRUFT_ROOT" || exit 0

if [ -e /usr/share/zsh ]
then
    find /usr/share/zsh -type f -name \*.zwc
fi
