post_install() {
  cd /usr/src/testing/libxslt-1.1.32-1/libxslt-1.1.32
  make check
}

post_upgrade() {
  post_install
}

post_remove() {
  rm -rf /usr/src/testing/libxslt-1.1.32-1
}
