post_install() {
  cd /usr/src/testing/isl-0.20-1/build
  chmod +x *.sh
  make check
}

post_upgrade() {
  post_install
}

post_remove() {
  rm -rf /usr/src/testing/isl-0.20-1
}
