blob: 297e5b6121fb75b4e5d35edc146f4eac7bb24bf9 (
plain)
1
2
3
4
5
|
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.'
}
|