freebsd-ports/shells/tcsh/pkg-plist
Alexander Langer 1f23d427f6 - Update to verison 6.09.01
- Create symlink for /bin/tcsh (instead of installing full package)
  for -current/-stable (requested by obrien)

PR:		19853
Submitted by:	Ports Fury
2000-07-16 13:02:30 +00:00

21 lines
1.1 KiB
Text

bin/tcsh
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/bin/tcsh /etc/shells.bak; echo bin/tcsh) >/etc/shells
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/bin/tcsh /etc/shells.bak) >/etc/shells
share/nls/C/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 -f %D/share/nls/de_AT.ISO_8859-1/tcsh.cat
@unexec rm -f %D/share/nls/de_CH.ISO_8859-1/tcsh.cat
share/nls/el_GR.ISO_8859-7/tcsh.cat
share/nls/es_ES.ISO_8859-1/tcsh.cat
share/nls/fi_FI.ISO_8859-1/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
@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 -f %D/share/nls/fr_BE.ISO_8859-1/tcsh.cat
@unexec rm -f %D/share/nls/fr_CA.ISO_8859-1/tcsh.cat
@unexec rm -f %D/share/nls/fr_CH.ISO_8859-1/tcsh.cat
share/nls/it_IT.ISO_8859-1/tcsh.cat
@unexec rmdir %D/share/nls/el_GR.ISO_8859-7 2>dev/null || true