Advertisement
Guest User

nvidia-zen for Arch Linux - readme.install

a guest
Jan 27th, 2017
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | None | 0 0
  1. post_install() {
  2.     EXTRAMODULES='extramodules-4.8-zen'
  3.     depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
  4.     echo 'In order to use nvidia module, reboot the system.'
  5. }
  6.  
  7. post_upgrade() {
  8.     post_install
  9. }
  10.  
  11. post_remove() {
  12.     post_install
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement