From 9b03b2cc2e57bc120e5959426bf374f0824ec388 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 23 Sep 2001 21:08:56 +0000 Subject: Fix oversights in last commit. --- shells/zsh/pkg/PLIST | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shells/zsh') diff --git a/shells/zsh/pkg/PLIST b/shells/zsh/pkg/PLIST index 530f8a03d06..e570304b8c4 100644 --- a/shells/zsh/pkg/PLIST +++ b/shells/zsh/pkg/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.10 2001/09/23 21:06:08 tron Exp $ +@comment $NetBSD: PLIST,v 1.11 2001/09/23 21:08:56 tron Exp $ bin/zsh @exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true; 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 +@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true) >/etc/shells bin/${PKGNAME} @unexec install-info --delete %D/info/zsh.info %D/info/dir info/zsh.info -- cgit v1.2.3