aboutsummaryrefslogtreecommitdiffstats
path: root/shells/v7sh/pkg-plist
blob: 645af0f4fde813773dcb9359cfc9fafb798ea5a2 (plain) (blame)
1
2
3
4
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