Installation script of "tetex"


#!/bin/bash
mkdir -p var/adm/SuSEconfig ; touch var/adm/SuSEconfig/run-texhash
echo -n "Updating etc/rc.config... "
if test -x bin/fillup ; then
    bin/fillup -q -r -i -d "=" etc/rc.config var/adm/fillup-templates/rc.config.tetex etc/rc.config.d/tetex.rc.config
    mv etc/rc.config.new etc/rc.config
    echo "Done."
else
    echo
    echo "ERROR: fillup not found. This should not happen. Please compare"
    echo "/etc/rc.config or /etc/rc.config.d/tetex.rc.config and"
    echo "/var/adm/fillup-templates/rc.config.tetex and update manually."
fi
exit 0


(c) S.u.S.E. - Last update: 23.03.99 02:49;