repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to testing-x86_64
[arch-packages.git]
/
bash
/
repos
/
core-x86_64
/
bash.install
blob
389b402daef1341e92f0c0fb012355770473fd85
1
post_upgrade() {
2
grep -qe '^/bin/rbash$' etc/shells || echo '/bin/rbash' >> etc/shells
3
grep -qe '^/usr/bin/rbash$' etc/shells || echo '/usr/bin/rbash' >> etc/shells
4
}
5