nvidia-358 is needed since 361 breaks civ5
This commit is contained in:
parent
b6c336a574
commit
a4e80a313e
6 changed files with 455 additions and 0 deletions
13
nvidia/nvidia-358/nvidia.install
Normal file
13
nvidia/nvidia-358/nvidia.install
Normal file
|
@ -0,0 +1,13 @@
|
|||
post_install() {
|
||||
EXTRAMODULES='extramodules-4.4-ARCH'
|
||||
depmod $(cat /usr/lib/modules/${EXTRAMODULES}/version)
|
||||
echo 'In order to use nvidia module, reboot the system.'
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue