mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
# $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
|