# Update the desktop database: if [ -x /usr/bin/update-desktop-database ]; then ./usr/bin/update-desktop-database -q usr/share/applications fi # Switch to the nvidia driver: /usr/sbin/nvidia-switch --install # Show license: echo echo 'By using this package you must accept the NVIDIA license, which has been' echo 'installed in /usr/doc/nvidia-@VERSION@/LICENSE' echo echo '----------------------------------------------------------------------' cat /usr/doc/nvidia-driver-@VERSION@/LICENSE echo '----------------------------------------------------------------------' echo