summaryrefslogtreecommitdiff
path: root/inputmethod/uim/DEINSTALL.m17nlib
blob: d68118a18f2d6e9b59f11a807a0420ea309308c3 (plain)
1
2
3
4
5
6
7
8
# $NetBSD: DEINSTALL.m17nlib,v 1.1 2009/10/01 12:30:32 obache Exp $
case ${STAGE} in
DEINSTALL)
	for icon in ${PREFIX}/share/uim/pixmaps/m17n-*.png ; do
		${TEST} ! -h ${icon} || ${RM} -f ${icon}
	done
	;;
esac