post_install() {
  cd /usr/src/testing/bzip2-1.0.6-1/bzip2-1.0.6
  make check
}

post_upgrade() {
  post_install
}

post_remove() {
  rm -rf /usr/src/testing/bzip2-1.0.6-1
}
