923a6dc380
Noticed by Jon Ribbons (jon@oaktree.co.uk).
28 lines
916 B
Plaintext
28 lines
916 B
Plaintext
bin/bash
|
|
bin/bashbug
|
|
man/man1/bash.1
|
|
man/man1/bashbug.1
|
|
@unexec install-info --delete %D/info/bash.info %D/info/dir
|
|
info/bash.info
|
|
@exec install-info %D/info/bash.info %D/info/dir
|
|
@exec if [ ! -d %D/share/doc/bash ]; then mkdir -p %D/share/doc/bash; fi
|
|
share/doc/bash/article.ps.gz
|
|
share/doc/bash/bashref.ps.gz
|
|
share/doc/bash/bash.html
|
|
share/doc/bash/bashref.html
|
|
share/doc/bash/bashref_toc.html
|
|
share/doc/bash/article.txt
|
|
@dirrm share/doc/bash
|
|
@exec echo ""
|
|
@exec echo "*** Finished bash installation."
|
|
@exec echo "*** To complete the install, you should notify the system"
|
|
@exec echo "*** that %D/bin/bash is a valid shell by adding it to"
|
|
@exec echo "*** the file /etc/shells."
|
|
@exec echo "***"
|
|
@exec echo "*** If you are unfamiliar with this file, consult the"
|
|
@exec echo "*** shells(5) manual page."
|
|
@exec echo ""
|
|
@unexec echo ""
|
|
@unexec echo "*** Don't forget to remove bash from /etc/shells"
|
|
@unexec echo ""
|