Script d'installation du paquetage "cstex"
if test "$PWD" = "/" ; then
type -p mktexlsr > /dev/null 2>&1 && mktexlsr || true
else
mkdir -p var/adm/SuSEconfig
touch var/adm/SuSEconfig/run-texhash
fi
type -p grep > /dev/null 2>&1 || exit 0
# the dot means local if $PWD != "/"
test -s ./var/lib/texmf/web2c/fmtutil.cnf || exit 0
grep cslatex ./var/lib/texmf/web2c/fmtutil.cnf > /dev/null 2>&1 || \
cat ./usr/share/texmf/doc/cstex/cstex-fmtutil.cnf >> ./var/lib/texmf/web2c/fmtutil.cnf
exit 0
(c) SuSE - Dernière mise à jour: 31.03.2000 12:55;