# postinstall for texmf package    95/11/15 PAM

#
# move the var tree into /var
#
BASEDIR=$BASEDIR
export BASEDIR
PKG=$PKG 
export PKG
cd $BASEDIR/$PKG/var 
tar cf - $PKG | ( cd /var ; tar xvfp - )
echo "\n\tAdd /opt/texmf/bin to user paths "
echo "\tand edit /var/texmf/dvips/config.ps to fit your printer"