Installationsskript des Paketes "xfstt"


#!/bin/bash
echo -n "Updating etc/rc.config... "
if [ -x bin/fillup ] ; then
    bin/fillup -q -d "=" etc/rc.config var/adm/fillup-templates/rc.config.xfstt
    echo "Done."
else
    echo
    echo "ERROR: fillup not found. This should not happen. Please compare"
    echo "etc/rc.config and var/adm/fillup-templates/rc.config.xfstt and"
    echo "update manually."
fi


(c) SuSE - Letzte Änderung: 31.03.2000 12:37;