summaryrefslogtreecommitdiff
path: root/~coadde/xf86-video-nouveau-git/xf86-video-nouveau.install
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-06-28 01:08:06 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-06-28 01:08:06 -0300
commitefd3779d0b698daee3d1620ffa63f66c3cb249e7 (patch)
treecc005ce0d2509aef0bac3890cb1edbca038c987f /~coadde/xf86-video-nouveau-git/xf86-video-nouveau.install
parent93b4e351b297424bea9fb532259036d7a6607672 (diff)
parent2ecb70b29a4d14ebc72f8ec5f9026d350277b6de (diff)
Merge branch 'master' of ssh://gparabola/srv/git/abslibre
Diffstat (limited to '~coadde/xf86-video-nouveau-git/xf86-video-nouveau.install')
-rw-r--r--~coadde/xf86-video-nouveau-git/xf86-video-nouveau.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/~coadde/xf86-video-nouveau-git/xf86-video-nouveau.install b/~coadde/xf86-video-nouveau-git/xf86-video-nouveau.install
new file mode 100644
index 000000000..027154ff3
--- /dev/null
+++ b/~coadde/xf86-video-nouveau-git/xf86-video-nouveau.install
@@ -0,0 +1,16 @@
+post_install () {
+ cat << _EOF
+ ==> make sure you use KernelModeSetting (KMS)
+ ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}
+
+post_upgrade() {
+ if [ "`vercmp $2 0.0.15_git20100117-1`" -lt 0 ]; then
+ cat << _EOF
+ ==> ATTENTION: Usermode support has been dropped
+ ==> make sure you use KernelModeSetting (KMS)
+ ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+ fi
+}