freebsd-ports/shells/osh/pkg-plist

6 lines
262 B
Text
Raw Normal View History

2002-10-28 02:58:35 +01:00
bin/goto
bin/if
bin/osh
@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