post_install() {
  cd /usr/src/testing/nss-3.39-1/nss-3.39
  make check
}

post_upgrade() {
  post_install
}

post_remove() {
  rm -rf /usr/src/testing/nss-3.39-1
}
