diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-08-13 21:30:07 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-08-13 21:30:07 +0000 |
commit | d265ace04df1f00a3ef57c05807648dc66d9c92f (patch) | |
tree | a61e2b1020713d06db325830ed290720f6c11641 /shells/tcsh | |
parent | 09b64b0d357a11d7f6dc3fb10c32e36ea5b8d90d (diff) | |
download | ports-d265ace04df1f00a3ef57c05807648dc66d9c92f.tar.gz ports-d265ace04df1f00a3ef57c05807648dc66d9c92f.zip |
Notes
Diffstat (limited to 'shells/tcsh')
-rw-r--r-- | shells/tcsh/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shells/tcsh/pkg-plist b/shells/tcsh/pkg-plist index d060882a38ac..455c44eba33d 100644 --- a/shells/tcsh/pkg-plist +++ b/shells/tcsh/pkg-plist @@ -1,7 +1,6 @@ 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 -man/man1/tcsh.1.gz share/nls/C/tcsh.cat share/nls/fr_FR.ISO_8859-1/tcsh.cat @exec ln -fs %D/%F %D/share/nls/fr_BE.ISO_8859-1/tcsh.cat |