1997-09-06 19:52:52 +02:00
|
|
|
bin/zsh
|
1995-10-06 06:54:55 +01:00
|
|
|
@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
|
1999-09-11 12:00:18 +02:00
|
|
|
bin/zsh-%%ZSH_VERSION%%
|
1997-06-16 13:51:14 +02:00
|
|
|
@unexec install-info --delete %D/info/zsh.info %D/info/dir
|
1995-02-12 17:31:45 +01:00
|
|
|
info/zsh.info
|
1997-06-16 13:51:14 +02:00
|
|
|
@exec install-info %D/info/zsh.info %D/info/dir
|