post_install() {
  /usr/bin/ln -sfT dash /usr/bin/sh
}

post_upgrade() {
  post_install
}

post_remove() {
  /usr/bin/ln -sfT bash /usr/bin/sh
}
