summarylogtreecommitdiffstats
path: root/piglit.install
blob: fb911f5a0d5a2b6ffa8c67da7bf21e8ccf09c103 (plain)
1
2
3
4
5
6
7
8
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
}