summaryrefslogtreecommitdiff
path: root/testing/xf86-video-nouveau/xf86-video-nouveau.install
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-01-08 15:15:36 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-01-08 15:15:36 -0300
commit79836a031d6d4c48982b4cbffb40bf6bf09b3798 (patch)
treee6092df6df7e313d6637c35645bd2b1d174930bd /testing/xf86-video-nouveau/xf86-video-nouveau.install
parent38e55a4f9ca44d32cc497abdafe5bcd4df23704b (diff)
parent6aeb515f4afd10afb53b21df18d03b0d5f3a200f (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/ruby-gtk2/PKGBUILD community/scite/PKGBUILD extra/pulseaudio/PKGBUILD multilib/lib32-libsamplerate/PKGBUILD staging/kdelibs/PKGBUILD
Diffstat (limited to 'testing/xf86-video-nouveau/xf86-video-nouveau.install')
-rw-r--r--testing/xf86-video-nouveau/xf86-video-nouveau.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/xf86-video-nouveau/xf86-video-nouveau.install b/testing/xf86-video-nouveau/xf86-video-nouveau.install
new file mode 100644
index 000000000..027154ff3
--- /dev/null
+++ b/testing/xf86-video-nouveau/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
+}