nvidia-358 is needed since 361 breaks civ5

This commit is contained in:
Von Random 2016-02-05 22:33:51 +03:00
parent b6c336a574
commit a4e80a313e
6 changed files with 455 additions and 0 deletions

View 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
}