#
#"@(#)r.fontsdir	35.1 94/09/01   Sun Microsystems" 
#
# SUNWxwoft class action remove script for the fontsdir class

# Remove the fonts.dir files. (If mkfondir exists they'll be updated by the
# postremove script

while   read dst
do
    rm -f $dst
done

exit 0
