post_install() {
  cd /usr/src/testing/openssl-1.0.2o-1/openssl-1.0.2o
  make test EXE_EXT=.exe || true
}

post_upgrade() {
  post_install
}

post_remove() {
  rm -rf /usr/src/testing/openssl-1.0.2o-1
}
