Don't like ads? PRO users don't see any ads ;-)
Guest

nvidia-ck.install

By: a guest on Sep 1st, 2010  |  syntax: None  |  size: 0.32 KB  |  hits: 93  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. post_install() {
  2.         KERNEL_VERSION='2.6.35-ck'
  3.         depmod $KERNEL_VERSION
  4. }
  5.  
  6. post_upgrade() {
  7.         post_install
  8.         rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver and unload it manually.'
  9. }
  10.  
  11. post_remove() {
  12.         KERNEL_VERSION='2.6.35-ck'
  13.         depmod $KERNEL_VERSION
  14. }