post_install() {
  cd /usr/src/testing/libgcrypt-1.8.3-1/libgcrypt-1.8.3
  make check
}

post_upgrade() {
  post_install
}

post_remove() {
  rm -rf /usr/src/testing/libgcrypt-1.8.3-1
}
