diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-06 17:52:52 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-06 17:52:52 +0000 |
commit | 3f73d91a41d9a47271e7bac936690d6f63bc4c8b (patch) | |
tree | f0c69c69da180491ee7616df2294490135e38392 /shells/zsh/pkg-plist | |
parent | cc911a6d326744ca9cc311b0bf15ed0d87b1e04b (diff) | |
download | ports-3f73d91a41d9a47271e7bac936690d6f63bc4c8b.tar.gz ports-3f73d91a41d9a47271e7bac936690d6f63bc4c8b.zip |
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 af202914bc40..196983ead94a 100644 --- a/shells/zsh/pkg-plist +++ b/shells/zsh/pkg-plist @@ -1,6 +1,6 @@ +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 bin/zsh-3.0.4 @unexec install-info --delete %D/info/zsh.info %D/info/dir info/zsh.info |