home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 March B
/
SCO_CASTOR4RRT.iso
/
inet
/
install
/
preinstall
< prev
next >
Wrap
Text File
|
1998-08-19
|
690b
|
36 lines
#ident "@(#)preinstall 1.2"
#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