summaryrefslogtreecommitdiff
path: root/shells/bash/pkg-plist
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-07-17 20:38:17 +0000
committerSteve Price <steve@FreeBSD.org>1998-07-17 20:38:17 +0000
commit099b65cf8bd554108180df67b7ce2430378f2083 (patch)
tree25d8df8d18b7f3cf064f9a9378c76f4b82dd1128 /shells/bash/pkg-plist
parentUpdate to the latest set of official patches. (diff)
Guard against a nonexistant /usr/share/info/dir.
PR: 7297
Notes
Notes: svn path=/head/; revision=11942
Diffstat (limited to 'shells/bash/pkg-plist')
-rw-r--r--shells/bash/pkg-plist3
1 files changed, 3 insertions, 0 deletions
diff --git a/shells/bash/pkg-plist b/shells/bash/pkg-plist
index 34e6a439bb6f..86a6e5b99a46 100644
--- a/shells/bash/pkg-plist
+++ b/shells/bash/pkg-plist
@@ -4,10 +4,13 @@ bin/bash
bin/bashbug
man/man1/bash.1.gz
man/man1/bashbug.1.gz
+@unexec install-info --delete %D/info/bash.info %D/info/dir
info/bash.info
+@exec [ -f %D/info/dir -o ! -f /usr/share/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
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