#!/bin/sh

SAMPZCOMP=/usr/local/lib/zsh/sample-zcompctl
SAMPZSHRC=/usr/local/lib/zsh/sample-zshrc

[ -f $SAMPZCOMP ] && rm -f $SAMPZCOMP
[ -f $SAMPZSHRC ] && rm -f $SAMPZSHRC

exit 0
