#! /bin/sh
if [ "$2" = "DEINSTALL" ]; then
  echo 'To restore Fontmap, see your gs directory/Fontmap.backup.*'
  echo 'and delete your gs directory/.hlatexpsfonts_installed'
  exit 0
fi

echo "To use these fonts in gs, add this file to the end of Fontmap:"
echo "  \"/usr/local/share/fonts/HLaTeX-0.95-pfb/Fontmap.local\""
echo "It will be added automatically if you are installed gs."
