mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 23:08:31 +00:00
Add Info-ZIP unzip.com
This commit is contained in:
parent
1531f1a4a7
commit
af4687cc3f
55 changed files with 36744 additions and 2 deletions
22
third_party/unzip/unix/Packaging/postinstall
vendored
Normal file
22
third_party/unzip/unix/Packaging/postinstall
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue