freebsd-ports/shells/v7sh/pkg-plist
Baptiste Daroussin f3ffd8f5f8 Support stage
2013-12-27 09:20:54 +00:00

4 lines
266 B
Text

bin/v7sh
man/man1/v7sh.1.gz
@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