summarylogtreecommitdiffstats
path: root/nvidia-full-beta.install
diff options
context:
space:
mode:
authorDet2017-01-19 22:44:12 +0200
committerDet2017-01-19 22:44:12 +0200
commit01a1717ec437b1d08cf46bb32543cbbfa8422e62 (patch)
treea3e7613dc54d7280d4816277d26efac11b742906 /nvidia-full-beta.install
parent4bf0ea729bb5a29c76ede2efe022799e5d5157c3 (diff)
downloadaur-01a1717ec437b1d08cf46bb32543cbbfa8422e62.tar.gz
Upgpkg: 378.09
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() {