summaryrefslogtreecommitdiff
path: root/~coadde/xf86-video-nouveau-git/xf86-video-nouveau.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-09-08 19:32:15 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-09-08 19:32:15 -0300
commit64a5b22f9d09f6c7fdea492b9d95117c7d975f84 (patch)
tree1868c7b008b7ca816b33dcab82de8d60dc3d2005 /~coadde/xf86-video-nouveau-git/xf86-video-nouveau.install
parenta972a92806b18e9eee868d9032b7024fbf557e2b (diff)
parent07477e1e9bbefaa3fa0f8bf403ff8961b46b073e (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/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, 0 insertions, 16 deletions
diff --git a/~coadde/xf86-video-nouveau-git/xf86-video-nouveau.install b/~coadde/xf86-video-nouveau-git/xf86-video-nouveau.install
deleted file mode 100644
index 027154ff3..000000000
--- a/~coadde/xf86-video-nouveau-git/xf86-video-nouveau.install
+++ /dev/null
@@ -1,16 +0,0 @@
-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
-}