diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 06:01:07 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 06:01:07 (GMT) |
commit | 04c0a733f7b81e4db2df8bfddad85c6ecf3c3742 (patch) | |
tree | b2012098c1f87d3d61c38ef649cdc4422371e231 /abs/core-testing/xf86-video-nouveau/xf86-video-nouveau.install | |
parent | 7adabe35abb5a9897e824498a5f7dc2b230d881a (diff) | |
download | linhes_pkgbuild-04c0a733f7b81e4db2df8bfddad85c6ecf3c3742.zip linhes_pkgbuild-04c0a733f7b81e4db2df8bfddad85c6ecf3c3742.tar.gz linhes_pkgbuild-04c0a733f7b81e4db2df8bfddad85c6ecf3c3742.tar.bz2 |
xf86-video-x:Updated for LinHES 7.
Diffstat (limited to 'abs/core-testing/xf86-video-nouveau/xf86-video-nouveau.install')
-rw-r--r-- | abs/core-testing/xf86-video-nouveau/xf86-video-nouveau.install | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/core-testing/xf86-video-nouveau/xf86-video-nouveau.install b/abs/core-testing/xf86-video-nouveau/xf86-video-nouveau.install new file mode 100644 index 0000000..027154f --- /dev/null +++ b/abs/core-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 +} |