home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 March B
/
SCO_CASTOR4RRT.iso
/
netmgt
/
install
/
postinstall
< prev
next >
Wrap
Text File
|
1998-08-19
|
355b
|
18 lines
#ident "@(#)postinstall 1.5"
# Merge volatile files during an upgrade.
echo "descr=SCO UnixWare `uname -v`" >> /etc/netmgt/snmpd.conf
SCRIPTS=/usr/sbin/pkginst
if [ "$PKGINSTALL_TYPE" != NEWINSTALL ]
then
${SCRIPTS}/pkgmrgconf "${PKGINST}" "$AUTOMERGE" "$NAME"
fi
if [ "$PKGINSTALL_TYPE" != NEWINSTALL ]
then
exit 10
else
exit 0
fi