freebsd-ports/shells/tcsh/pkg-plist.nobuild
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

5 lines
317 B
Plaintext

@exec ln -sf /bin/tcsh %D/bin/tcsh
@unexec rm -f %D/bin/tcsh
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/bin/tcsh /etc/shells.bak; echo %D/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