mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
added zip from Info-ZIP
This commit is contained in:
parent
98c53ae526
commit
4ce5664c4b
363 changed files with 119113 additions and 0 deletions
29
third_party/infozip/zip/unix/Packaging/postinstall
vendored
Normal file
29
third_party/infozip/zip/unix/Packaging/postinstall
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Info-ZIP Zip post-installation script.
|
||||
#
|
||||
# Last revised: 2007-09-29 SMS. Zip 3.0.
|
||||
#
|
||||
# Post installation script (simply inform installer about PATH etc)
|
||||
#
|
||||
echo ''
|
||||
echo 'Installation is complete. Users should adjust their environment'
|
||||
echo 'variables to include these directories:'
|
||||
echo " PATH: ${BASEDIR}/${PKG}/bin"
|
||||
echo " MANPATH: ${BASEDIR}/${PKG}/man"
|
||||
echo ''
|
||||
echo "Commands like the following may be added to a user's shell start-up"
|
||||
echo 'file (.cshrc, .login, .profile, ...) to do this:'
|
||||
echo ''
|
||||
echo ' For a Bourne-like shell:'
|
||||
echo " PATH=\"\${PATH}:${BASEDIR}/${PKG}/bin\""
|
||||
echo " MANPATH=\"\${MANPATH}:${BASEDIR}/${PKG}/man\""
|
||||
echo ' export PATH MANPATH'
|
||||
echo ''
|
||||
echo ' For a C shell:'
|
||||
echo " setenv 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