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 extra-x86_64
[arch-packages.git]
/
dash
/
trunk
/
dash.install
blob
6b04cba300c00224bbca879ac6a78a0d457d4395
1
post_install() {
2
grep -q '/bin/dash' etc/shells || echo '/bin/dash' >> etc/shells
3
}
4
5
post_upgrade() {
6
post_install
7
}
8
9
pre_remove() {
10
sed -i '/^\/bin\/dash/d' etc/shells
11
}