#! /bin/sh
#	BSDI $Id: begin_install,v 1.1.1.1 1999/09/23 02:10:37 polk Exp $

# Nothing to do if we installed new config files...
if [ -f /.install-floppy ] ; then
	exit 0;
fi

# INSTROOT is normally set by installsw.
if [ "$INSTROOT" = "/" ] ; then
        INSTROOT=
fi

echo "Cleaning up for installation of Hylafax"

# START REMOVE
# AUTOMATICALLY GENERATED, SEE ../build_remove
rm -rf $INSTROOT/usr/contrib/bin/xferstats
rm -rf $INSTROOT/var/spool/fax/config/rockwell
rm -rf $INSTROOT/var/spool/fax/etc/hosts
rm -rf $INSTROOT/var/spool/fax/etc/xferlog
# END REMOVE

exit 0;
