#!/bin/sh
set -e

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