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

# START REMOVE
# AUTOMATICALLY GENERATED, SEE ../build_remove
rm -rf $INSTROOT/usr/bin/egcs
rm -rf $INSTROOT/usr/bin/sendbug
rm -rf $INSTROOT/usr/libdata/perl5/site_perl/i386-bsdos/include/Dbg.ph
rm -rf $INSTROOT/usr/libdata/perl5/site_perl/i386-bsdos/include/expect.ph
rm -rf $INSTROOT/usr/libdata/perl5/site_perl/i386-bsdos/include/expect_comm.ph
rm -rf $INSTROOT/usr/libdata/perl5/site_perl/i386-bsdos/include/expect_tcl.ph
rm -rf $INSTROOT/usr/libdata/perl5/site_perl/i386-bsdos/include/skey.ph
rm -rf $INSTROOT/usr/libexec/gcc-2.95.2
rm -rf $INSTROOT/usr/libexec/gcc-2.95.2/cpp
rm -rf $INSTROOT/usr/libexec/gcc-2.95.2/i386-unknown-bsdielf4.2
rm -rf $INSTROOT/usr/share/misc/bugformat
# END REMOVE

exit 0;
