pkgsrc/print/dvipdfmx/INSTALL
jlam 2920a32c71 Prepare for pkgviews by making sure that passing VIEW-INSTALL or
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-30 20:22:49 +00:00

14 lines
303 B
Text

# $NetBSD: INSTALL,v 1.3 2003/08/30 20:23:02 jlam Exp $
TEXMF=@PREFIX@/share/texmf
case ${STAGE} in
POST-INSTALL)
cd $TEXMF/dvipdfm/CMap
# @PREFIX@/share/Adobe/Resource/CMap/*
for file in ../../../Adobe/Resource/CMap/*; do
${LN} -s $file `${BASENAME} $file`
done
@PREFIX@/bin/mktexlsr
;;
esac