ded342fd01
Change: Merge texmf into texmf-dist.
11 lines
225 B
Text
11 lines
225 B
Text
# $NetBSD: DEINSTALL,v 1.3 2013/11/17 16:45:32 minskim Exp $
|
|
|
|
case "${STAGE}" in
|
|
DEINSTALL)
|
|
${RM} -f \
|
|
@PKG_SYSCONFDIR@/ls-R \
|
|
@VARBASE@/lib/texmf/ls-R \
|
|
@TEXMFLOCAL@/ls-R \
|
|
@PREFIX@/share/texmf-dist/ls-R \
|
|
;;
|
|
esac
|