summarylogtreecommitdiffstats
path: root/nvidia-full-beta.install
diff options
context:
space:
mode:
Diffstat (limited to 'nvidia-full-beta.install')
-rw-r--r--nvidia-full-beta.install6
1 files changed, 1 insertions, 5 deletions
diff --git a/nvidia-full-beta.install b/nvidia-full-beta.install
index df01ec362f9f..dc3e61ee41af 100644
--- a/nvidia-full-beta.install
+++ b/nvidia-full-beta.install
@@ -1,5 +1,5 @@
_depmod() {
- _extramodules='extramodules-4.3-ARCH'
+ _extramodules='extramodules-4.9-ARCH'
# Update module dependencies
depmod $(cat /usr/lib/modules/$_extramodules/version)
@@ -27,8 +27,6 @@ post_install() {
if pidof Xorg >/dev/null; then
echo ":: Please reboot or exit X to unload the current module."
fi
-
- echo ":: NOTE: You may want to stick to .27: https://devtalk.nvidia.com/default/topic/950647/linux/black-screen-with-367-35/"
}
post_upgrade() {
@@ -38,8 +36,6 @@ post_upgrade() {
if (( $(vercmp $1 $2) != 0 )); then
_rmmod
fi
-
- echo ":: NOTE: You might not want to clear Pacman cache from .27: https://devtalk.nvidia.com/default/topic/950647/linux/black-screen-with-367-35/"
}
post_remove() {