From 249305ea73d5cecf53c62142c23772f75c242c27 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 4 Feb 1998 21:11:42 +0000 Subject: Add a few missing "@unexec" commands to the package list. --- shells/tcsh/pkg/PLIST | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'shells/tcsh') diff --git a/shells/tcsh/pkg/PLIST b/shells/tcsh/pkg/PLIST index 49afaffdff4..3e9bab1d487 100644 --- a/shells/tcsh/pkg/PLIST +++ b/shells/tcsh/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 1997/11/06 10:04:31 agc Exp $ +@comment $NetBSD: PLIST,v 1.3 1998/02/04 21:11:42 tron Exp $ bin/tcsh @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 @@ -8,7 +8,12 @@ share/nls/fr_FR.ISO_8859-1/tcsh.cat @exec ln -fs %D/%F %D/share/nls/fr_BE.ISO_8859-1/tcsh.cat @exec ln -fs %D/%F %D/share/nls/fr_CA.ISO_8859-1/tcsh.cat @exec ln -fs %D/%F %D/share/nls/fr_CH.ISO_8859-1/tcsh.cat +@unexec rm %D/share/nls/fr_BE.ISO_8859-1/tcsh.cat +@unexec rm %D/share/nls/fr_CA.ISO_8859-1/tcsh.cat +@unexec rm %D/share/nls/fr_CH.ISO_8859-1/tcsh.cat share/nls/de_DE.ISO_8859-1/tcsh.cat @exec ln -fs %D/%F %D/share/nls/de_AT.ISO_8859-1/tcsh.cat @exec ln -fs %D/%F %D/share/nls/de_CH.ISO_8859-1/tcsh.cat +@unexec rm %D/share/nls/de_AT.ISO_8859-1/tcsh.cat +@unexec rm %D/share/nls/de_CH.ISO_8859-1/tcsh.cat share/nls/el_GR.ISO_8859-7/tcsh.cat -- cgit v1.2.3