post_install() {
  cd /usr/src/testing/gettext-0.19.8.1-1/gettext-0.19.8.1
  make check
}

post_upgrade() {
  post_install
}

post_remove() {
  rm -rf /usr/src/testing/gettext-0.19.8.1-1
}
