summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xorg/libgl/pre-install7
1 files changed, 7 insertions, 0 deletions
diff --git a/xorg/libgl/pre-install b/xorg/libgl/pre-install
new file mode 100644
index 000000000..098d7a18f
--- /dev/null
+++ b/xorg/libgl/pre-install
@@ -0,0 +1,7 @@
+if ( pkginfo -i | grep nvidia > /dev/null ) ; then
+ pkgrm nvidia
+fi
+if ( pkginfo -i | grep nvidia-96xx > /dev/null ) ; then
+ pkgrm nvidia-96xx
+fi
+