#! /bin/sh
#	BSDI $Id: begin_install,v 1.3 2000/10/13 16:56:31 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 Core Root"

# START REMOVE
# AUTOMATICALLY GENERATED, SEE ../build_remove
rm -rf $INSTROOT/etc/mail/sendmail.cf.bsdi
rm -rf $INSTROOT/etc/racoon/basic.conf.dist
rm -rf $INSTROOT/etc/racoon/policy.conf.dist
rm -rf $INSTROOT/etc/racoon/remote.conf.dist
rm -rf $INSTROOT/etc/racoon/sa.conf.dist
# END REMOVE

exit 0;
