summarylogtreecommitdiffstats
path: root/piglit.install
diff options
context:
space:
mode:
Diffstat (limited to 'piglit.install')
-rw-r--r--piglit.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/piglit.install b/piglit.install
new file mode 100644
index 000000000000..f87d644979e4
--- /dev/null
+++ b/piglit.install
@@ -0,0 +1,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
+}
+