diff options
Diffstat (limited to 'abs/core/nvidia-96xx/nvidia.install')
-rw-r--r-- | abs/core/nvidia-96xx/nvidia.install | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/abs/core/nvidia-96xx/nvidia.install b/abs/core/nvidia-96xx/nvidia.install deleted file mode 100644 index aea2fbb..0000000 --- a/abs/core/nvidia-96xx/nvidia.install +++ /dev/null @@ -1,14 +0,0 @@ -post_install() { - KERNEL_VERSION='2.6.39-LinHES' - depmod $KERNEL_VERSION -} - -post_upgrade() { - post_install - rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver and unload it manually.' -} - -post_remove() { - KERNEL_VERSION='2.6.39-LinHES' - depmod $KERNEL_VERSION -} |