post_install() {
  cd /usr/src/testing/zlib-1.2.11-1/build
  make check
}

post_upgrade() {
  post_install
}

post_remove() {
  rm -rf /usr/src/testing/zlib-1.2.11-1
}
