#!/bin/sh
# @(#)postinstall	1.24 12 Jul 1993 Copyright 1993 SMI
#
# Copyright (c) 1993 Sun Microsystems, Inc.  All Rights Reserved.
# Sun considers its source code as an unpublished, proprietary trade
# secret, and it is available only under strict license provisions.
# This copyright notice is placed here only to protect Sun in the event
# the source is deemed a published work.
#
# RESTRICTED RIGHTS LEGEND: Use, duplication, or disclosure by the
# Government is subject to restrictions as set forth in subparagraph
# (c)(1)(ii) of the Rights in Technical Data and Computer Software
# clause at DFARS 52.227-7013 and in similar clauses in the FAR and
# NASA FAR Supplement.
#


echo
echo "postinstall script beginning . . ."

#
#	Add symbolic link from /opt/SUNWconn/bin to rjeretry
#
installf $PKGINST $BASEDIR/SUNWconn/bin/rjeretry=$BASEDIR/SUNWconn/snarjec/rjeretry s
installf -f $PKGINST

echo "End of postinstall script."
echo

