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

# START REMOVE
# AUTOMATICALLY GENERATED, SEE ../build_remove
rm -rf $INSTROOT/usr/X11R6/man/cat1/xephem.0
rm -rf $INSTROOT/usr/X11R6/man/cat4/ati.0
rm -rf $INSTROOT/usr/contrib/man/cat1/hylafax.0
rm -rf $INSTROOT/usr/contrib/man/cat5/hosts.0
rm -rf $INSTROOT/usr/contrib/man/cat5/hylafax.0
rm -rf $INSTROOT/usr/contrib/man/cat5/xferlog.0
rm -rf $INSTROOT/usr/contrib/man/cat8/xferstats.0
rm -rf $INSTROOT/usr/share/man/cat1/sendbug.0
rm -rf $INSTROOT/usr/share/man/cat8/i386/tdump.0
# END REMOVE

exit 0;
