home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / netmgt / install / postinstall < prev    next >
Text File  |  1998-08-19  |  355b  |  18 lines

  1. #ident    "@(#)postinstall    1.5"
  2. # Merge volatile files during an upgrade.
  3.  
  4. echo "descr=SCO UnixWare `uname -v`" >> /etc/netmgt/snmpd.conf
  5.  
  6. SCRIPTS=/usr/sbin/pkginst
  7. if [ "$PKGINSTALL_TYPE" != NEWINSTALL ]
  8. then
  9.     ${SCRIPTS}/pkgmrgconf "${PKGINST}" "$AUTOMERGE" "$NAME"
  10. fi
  11.  
  12. if [ "$PKGINSTALL_TYPE" != NEWINSTALL ]
  13. then
  14.         exit 10
  15. else
  16.         exit 0
  17. fi
  18.