We don't have gzip'ed manpages, remove those extensions, so that the
manpages get handled properly by pkg_*. Also, don't attempt to edit /etc/shells on uninstall.
This commit is contained in:
parent
fe2854060e
commit
3fa68bfe66
@ -1,9 +1,8 @@
|
||||
bin/bash
|
||||
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
|
||||
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
|
||||
@unexec echo "Don't forget to remove bash from /etc/shells"
|
||||
bin/bashbug
|
||||
man/man1/bash.1.gz
|
||||
man/man1/bashbug.1.gz
|
||||
man/man1/bash.1
|
||||
man/man1/bashbug.1
|
||||
info/bash.info
|
||||
share/doc/bash/article.ps.gz
|
||||
share/doc/bash/bashref.ps.gz
|
||||
|
Loading…
Reference in New Issue
Block a user