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