blob: 0a878a73d1fa5911448a962457141ab90b3280b8 (
plain)
| 1
2
3
4
5
6
 | post_install() {
	echo By using this package you accept the NVIDIA license,
	echo which has been installed in /usr/share/licenses/nvidia/LICENSE
	echo If you do not accept this license, you must remove the package immediately.
	echo Dont forget to update your /etc/X11/xorg.conf
}
 |