archrelease: copy trunk to extra-x86_64
[arch-packages.git] / dash / trunk / dash.install
blob6b04cba300c00224bbca879ac6a78a0d457d4395
1 post_install() {
2         grep -q '/bin/dash' etc/shells || echo '/bin/dash' >> etc/shells
5 post_upgrade() {
6         post_install
9 pre_remove() {
10         sed -i '/^\/bin\/dash/d' etc/shells