Files
MSYS2-packages/dash/dash.install
2014-06-15 10:16:47 +04:00

12 lines
206 B
Plaintext

post_install() {
usr/bin/grep -q '/usr/bin/dash' etc/shells || echo '/usr/bin/dash' >> etc/shells
}
post_upgrade() {
post_install
}
pre_remove() {
usr/bin/sed -i '/^\/usr\/bin\/dash/d' etc/shells
}