post_install() {
  cd /usr/src/testing/mpc-1.1.0-1/mpc-1.1.0
  make check
}

post_upgrade() {
  post_install
}

post_remove() {
  rm -rf /usr/src/testing/mpc-1.1.0-1
}
