post_install() {
  cd /usr/src/testing/bash-4.4.19-1/build
  make check
}

post_upgrade() {
  post_install
}

post_remove() {
  rm -rf /usr/src/testing/bash-4.4.19-1
}
