
#
#ident	"@(#)postinstall	1.2	92/10/14 SMI"
#
# Copyright (c) 1992 by Sun Microsystems, Inc.
#
#
#	install the libcrypt symlink
#

# make the symlink
#
if [ ! -h $BASEDIR/usr/lib/libcrypt.a ] ; then
	ln -s libcrypt_i.a $BASEDIR/usr/lib/libcrypt.a || exit 2
fi

#
#	end with installf -f and exit message
#
installf -f $PKGINST || exit 2

exit 0
