60a65bf44d
Changes: * Make shared library version and general package version the same. * Make library re-entrant.
12 lines
253 B
Text
12 lines
253 B
Text
# $NetBSD: DEINSTALL,v 1.2 2009/06/09 21:29:17 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 \
|
|
@PREFIX@/share/texmf/ls-R
|
|
;;
|
|
esac
|