summaryrefslogtreecommitdiff
path: root/~coadde/xf86-video-nouveau-git/xf86-video-nouveau.install
diff options
context:
space:
mode:
authorMárcio Alexandre Silva Delgado <coadde@adinet.com.uy>2012-06-12 00:36:27 -0300
committerMárcio Alexandre Silva Delgado <coadde@adinet.com.uy>2012-06-12 00:36:27 -0300
commitcc7a13a496eec533871b51c90869bc420c90a481 (patch)
tree318226b128a7c8501bf9edaa6a871a4617a5e89b /~coadde/xf86-video-nouveau-git/xf86-video-nouveau.install
parent2c09d4147cf0a7b5b8ae2025bc68fa38c29fa5f0 (diff)
adding xf86-video-nouveau-git package
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
+}