post_install() {
  cd /usr/src/testing/libgpg-error-1.32-1/libgpg-error-1.32
  make check
}

post_upgrade() {
  post_install
}

post_remove() {
  rm -rf /usr/src/testing/libgpg-error-1.32-1
}
