diff options
author | Steve Price <steve@FreeBSD.org> | 1998-12-24 08:01:26 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-12-24 08:01:26 +0000 |
commit | 81165fa5364a755f67b6d4d14451d9ce2e62d1ba (patch) | |
tree | e4c709a449078c24e361a684c8f5e868169e4680 /shells/zsh-devel/pkg-plist | |
parent | fc38cb75e9b5ff143359b11c4969b570fee84155 (diff) |
Notes
Diffstat (limited to 'shells/zsh-devel/pkg-plist')
-rw-r--r-- | shells/zsh-devel/pkg-plist | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/zsh-devel/pkg-plist b/shells/zsh-devel/pkg-plist index 5086482c444e..defb84dff95c 100644 --- a/shells/zsh-devel/pkg-plist +++ b/shells/zsh-devel/pkg-plist @@ -1,9 +1,8 @@ bin/zsh @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/zsh-3.0.5 +bin/zsh-3.1.5 @unexec install-info --delete %D/info/zsh.info %D/info/dir info/zsh.info @exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/zsh.info %D/info/dir -info/dir |