post_install() {
	echo "While you can run piglit on released mesa versions, it's much more useful to see results on the latest and greatest."
	echo "Install mesa-git from the AUR to get the latest version."
}

post_upgrade() {
	post_install
}
