diff options
Diffstat (limited to 'shells/bash/pkg-plist')
-rw-r--r-- | shells/bash/pkg-plist | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/shells/bash/pkg-plist b/shells/bash/pkg-plist deleted file mode 100644 index 81351694c041..000000000000 --- a/shells/bash/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -@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 -bin/bashbug -@unexec install-info --delete %D/info/bash.info %D/info/dir -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 |