summarylogtreecommitdiffstats
path: root/piglit.install
blob: f87d644979e4d336f6be2d25000f1cb72f3f5adf (plain)
1
2
3
4
5
6
7
8
9
10

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
}