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