summaryrefslogtreecommitdiff
path: root/shells/sash/pkg-plist
blob: a37894153f8044a1b5c883bc140459c8d157d885 (plain) (blame)
1
2
3
bin/sash
@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