freebsd-ports/shells/44bsd-csh/pkg-plist

4 lines
252 B
Text
Raw Normal View History

2011-06-28 21:09:14 +02:00
bin/44bsd-csh
@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