#ident	"@(#)pkg.inet:i386/pkg/inet/preinstall	1.2.5.7"
#ident	"$Header: $"

#	
#	STREAMware TCP
#	Copyright 1987, 1993 Lachman Technology, Inc.
#	All Rights Reserved.
#	
#
#	The machine must have 2 Meg of memory to run.
#

SCRIPTS=/usr/sbin/pkginst

. ${SCRIPTS}/updebug
[ "$UPDEBUG" = YES ] && set -x

############# Begin UPGRADE AND OVERLAY #######################

#
#  The volatile files saved for ${PKGINST} will be listed in 
#  /etc/inst/save.user
#
#  The initial V4 volatile files list for ${PKGINST} should be in 
#  /etc/inst/up/patch/${PKGINST}.LIST
#

[ "$PKGINSTALL_TYPE" != NEWINSTALL ] && {

	${SCRIPTS}/pkgsavfiles ${PKGINST}
}

############# End  UPGRADE AND OVERLAY #######################

exit 0
