Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Commit

Permalink
Updated to linux 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Samsagax committed Oct 17, 2012
1 parent d04c702 commit a042cd2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib32-nvidia-utils-bumblebee/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
_pkgbasename=nvidia-utils-bumblebee
pkgname=lib32-$_pkgbasename
pkgver=304.51
pkgrel=1
pkgrel=2
pkgdesc="NVIDIA drivers utilities and libraries (32-bit). Repacked and installed in away that won't break LibGL from mesa."
arch=('x86_64')
url="http://www.nvidia.com/"
Expand Down
4 changes: 2 additions & 2 deletions nvidia-bumblebee/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

pkgname=nvidia-bumblebee
pkgver=304.51
_extramodules=extramodules-3.5-ARCH
pkgrel=1
_extramodules=extramodules-3.6-ARCH
pkgrel=2
pkgdesc="NVIDIA drivers for linux. Packaged for Bumblebee"
arch=('i686' 'x86_64')
url="http://www.nvidia.com/"
Expand Down
6 changes: 3 additions & 3 deletions nvidia-bumblebee/nvidia.install
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
post_install() {
EXTRAMODULES='extramodules-3.5-ARCH'
EXTRAMODULES='extramodules-3.6-ARCH'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
#echo 'In order to use nvidia module, reboot the system.'
}

post_upgrade() {
EXTRAMODULES='extramodules-3.5-ARCH'
EXTRAMODULES='extramodules-3.6-ARCH'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
}

post_remove() {
EXTRAMODULES='extramodules-3.5-ARCH'
EXTRAMODULES='extramodules-3.6-ARCH'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
}
2 changes: 1 addition & 1 deletion nvidia-utils-bumblebee/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

pkgname=nvidia-utils-bumblebee
pkgver=304.51
pkgrel=1
pkgrel=2
arch=('i686' 'x86_64')
url="http://www.nvidia.com/"
pkgdesc="NVIDIA drivers utilities and libraries. With LibGL and xorg modules installed in a different directory."
Expand Down

0 comments on commit a042cd2

Please sign in to comment.