1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/shells/zsh/pkg-plist

8 lines
391 B
Plaintext
Raw Normal View History

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-%%ZSH_VERSION%%
1997-06-16 11:51:14 +00:00
@unexec install-info --delete %D/info/zsh.info %D/info/dir
1995-02-12 16:31:45 +00:00
info/zsh.info
1997-06-16 11:51:14 +00:00
@exec install-info %D/info/zsh.info %D/info/dir