Script d'installation du paquetage "susewm"


#!/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.susewm
    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.susewm and"
    echo "update manually."
fi
touch var/lib/susewm/susewm.kwm
touch var/lib/susewm/susewm.icewm


(c) S.u.S.E. - Dernière mise à jour: 23.03.99 02:54;