diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-11 10:00:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-11 10:00:18 +0000 |
commit | c777255c4138376a66803f5fa4544f8e26da7f39 (patch) | |
tree | 01a707f123409ebc8cfdc78bdb06392a08de973f /shells/zsh/pkg-plist | |
parent | d5cf40638aa4252cd2f4b2710fa960e3046bbf9f (diff) |
Notes
Diffstat (limited to 'shells/zsh/pkg-plist')
-rw-r--r-- | shells/zsh/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/zsh/pkg-plist b/shells/zsh/pkg-plist index e49ae44837dc..eb9b889309a1 100644 --- a/shells/zsh/pkg-plist +++ b/shells/zsh/pkg-plist @@ -1,7 +1,7 @@ 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-%%ZSH_VERSION%% @unexec install-info --delete %D/info/zsh.info %D/info/dir info/zsh.info @exec install-info %D/info/zsh.info %D/info/dir |