diff options
Diffstat (limited to 'shells/tcsh/pkg/PLIST')
-rw-r--r-- | shells/tcsh/pkg/PLIST | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/shells/tcsh/pkg/PLIST b/shells/tcsh/pkg/PLIST new file mode 100644 index 00000000000..d060882a38a --- /dev/null +++ b/shells/tcsh/pkg/PLIST @@ -0,0 +1,13 @@ +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 +@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 +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 +share/nls/el_GR.ISO_8859-7/tcsh.cat |