Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / print / xpdf-chinese-traditional / DEINSTALL
blob4408d05eb31fce05e39cf01d9187aa29acbc9eb5
1 # $NetBSD: DEINSTALL,v 1.2 2003/03/25 14:06:50 salo Exp $
3 XPDFRC=${PKG_SYSCONFDIR}/xpdfrc
5 case ${STAGE} in
6 POST-DEINSTALL)
7         ${SED} -e "/raditional/d" ${XPDFRC} > ${XPDFRC}.tmp
8         ${SED} -e "/big5/d" -e "/Ar[ph][ph]ic fonts, you may/d" ${XPDFRC}.tmp > ${XPDFRC}
9         ${RM} -f ${XPDFRC}.tmp
10         ;;
11 esac