summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nvidia-beta-all.install4
1 files changed, 0 insertions, 4 deletions
diff --git a/nvidia-beta-all.install b/nvidia-beta-all.install
index e2a1151ccac0..09ca191966fd 100644
--- a/nvidia-beta-all.install
+++ b/nvidia-beta-all.install
@@ -30,8 +30,6 @@ post_install() {
if pidof Xorg >/dev/null; then
echo ":: Please reboot or exit X to unload the current module."
fi
-
- warning "The 381.22 seems incompatible with GTX 960: https://devtalk.nvidia.com/default/topic/1007992/"
}
post_upgrade() {
@@ -41,8 +39,6 @@ post_upgrade() {
if (( $(vercmp $1 $2) != 0 )); then
_rmmod
fi
-
- warning "The 381.22 seems incompatible with GTX 960: https://devtalk.nvidia.com/default/topic/1007992/"
}
post_remove() {