mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
12 lines
259 B
Plaintext
12 lines
259 B
Plaintext
# $NetBSD: DEINSTALL,v 1.3 2003/08/30 20:23:03 jlam Exp $
|
|
|
|
XPDFRC=${PKG_SYSCONFDIR}/xpdfrc
|
|
|
|
case ${STAGE} in
|
|
POST-DEINSTALL)
|
|
${SED} -e "/implified/d" ${XPDFRC} > ${XPDFRC}.tmp
|
|
${SED} -e "/gb2312/d" ${XPDFRC}.tmp > ${XPDFRC}
|
|
${RM} -f ${XPDFRC}.tmp
|
|
;;
|
|
esac
|