#! /bin/bash -e
# by pts@fazekas.hu at Sun Mar 30 13:08:59 CEST 2003
# set -e : exit on first error

# Extract the .pfb files
cd /usr/share/texmf/fonts/type1/public/tt2001
if /usr/bin/t1c2pfb libraries ok; then
  /usr/bin/t1c2pfb <tt2001.t1c
else
  export PERL_BADLANG=x
  perl -x /usr/bin/t1c2pfb.pl <tt2001.t1c
fi
rm -f tt2001.t1c

# Dat: do not modify the config files of pdfTeX, dvipdfm and dvips now.
#      The user should install additional packages (e.g
#      pts-tetex-default-ec-tt2001 for that)

mktexlsr