# $NetBSD: INSTALL,v 1.3 2004/08/05 07:19:25 jlam Exp $

case ${STAGE} in
POST-INSTALL)
	${RM} -f @DOCDIR@/samples
	${LN} -sf ../../examples/mutt @DOCDIR@/samples
	;;

DEINSTALL)
	${RM} -f @DOCDIR@/samples
	;;
esac
