2 # By Gerard Beekmans <gerard@linuxfromscratch.org>
6 echo "Usage: $0 logfile"
12 cd /usr
/share
/checklfs
/install-logs
14 echo "Starting deinstallation of $1, please stand by..."
16 for item
in $
(cat $1 |
sort -r)
18 if [ -f $item ] ||
[ -h $item ]
24 for item
in $
(cat $1 |
sort -r)
34 echo "Deinstallation of $1 completed."