head     1.1;
branch   1.1.1;
access   ;
symbols  ZIP_2_3:1.1.1.1 NET:1.1.1;
locks    ; strict;
comment  @# @;
expand   @o@;


1.1
date     2000.06.15.00.57.53;  author bryce;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2000.06.15.00.57.53;  author bryce;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@#!/bin/sh
#
# Post installation script (simply inform installer about PATH etc)
#
echo " "
echo " "
echo "Installation is complete.  Now, you should add the following"
echo "(or equivalnet) commands to the appropriate initial user shell"
echo "scripts (such as .profile, .login, etc) -- "
echo " "
echo " For korn or bourne shell:"
echo "   PATH=\${PATH}:${BASEDIR}/${PKG}/bin"
echo "   MANPATH=\${MANPATH}:${BASEDIR}/${PKG}/man"
echo "   export PATH MANPATH"
echo " "
echo " For C shell:"
echo "   set path=(\$path ${BASEDIR}/${PKG}/bin)"
echo "   setenv MANPATH \$MANPATH:${BASEDIR}/${PKG}/man"
echo " "
echo " See the files under ${BASEDIR}/${PKG}/doc for more information."
echo " "
exit 0
@


1.1.1.1
log
@Imported zip 2.3
@
text
@@
