freebsd-ports/shells/bash3/pkg-plist

13 lines
511 B
Text
Raw Normal View History

@comment $FreeBSD$
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
1994-12-12 03:18:01 +01:00
bin/bashbug
@unexec install-info --delete %D/info/bash.info %D/info/dir
1995-04-18 13:06:01 +02:00
info/bash.info
@exec install-info %D/info/bash.info %D/info/dir
share/doc/bash/article.ps.bz2
share/doc/bash/bashref.ps.bz2
share/doc/bash/article.txt
@dirrm share/doc/bash