#!/bin/sh
#
#
#ident "@(#)postinstall   1.1     99/09/08 SMI"
#
# Copyright (c) 1999 by Sun Microsystems, Inc.
#

# Perform an upgrade
if [ "$IS_AN_UPGRADE" = "true" ]; then
        sh $UPGR_SCRIPT &
	# Give the script a chance to queue onto the package database lock
	sleep 3
fi

exit 0
