updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / nvidia-utils-pselect / nvidia.install
blob77d8edbadb9b6bbcfc383808718e8d862209d92c
1 post_install() {
2         pselect nvidia-libgl enable
4         echo By using this package you accept the NVIDIA license,
5         echo which has been installed in /usr/share/licenses/nvidia/LICENSE
6         echo If you do not accept this license, you must remove the package immediately.
7         echo Dont forget to update your /etc/X11/xorg.conf
9         echo '*** Nvidia gl libraries are now selected. ***'
10         echo '*** Run pselect to change this. ***'
13 post_upgrade() {
14         post_install $1
17 pre_remove() {
18         pselect nvidia-libgl disable