#! /bin/sh # # $NetBSD: DEINSTALL,v 1.3 1999/08/22 03:29:50 hubertf Exp $ # case "$2" in DEINSTALL) cat <<EOF --------------------------------------------------------------------------- Any fonts that were created on the fly when running TeX were created in the directory /var/spool/texfonts. You may want to remove this directory manually if you don't need it any longer: rm -fr /var/spool/texfonts For further information have a look at $PKG_PREFIX/share/texmf/doc/tetex/. --------------------------------------------------------------------------- EOF ;; esac exit 0