aboutsummaryrefslogtreecommitdiff
path: root/shells/osh/pkg-plist
blob: 9dbc744d35e8135079d3ff0cf77c3fd3f1fe24b7 (plain) (blame)
1
2
3
4
5
6
bin/fd2
bin/goto
bin/if
bin/osh
@exec echo "updating ${DESTDIR}/etc/shells"; cp ${DESTDIR}/etc/shells ${DESTDIR}/etc/shells.bak; (grep -v %D/%F ${DESTDIR}/etc/shells.bak; echo %D/%F) >${DESTDIR}/etc/shells
@unexec echo "updating ${DESTDIR}/etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells