diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-16 22:28:01 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-16 22:28:01 -0600 |
commit | 3da845a08076afdd5805399268567ff5e623e477 (patch) | |
tree | 1d340dc6dfdfa4f5e5877337afbf76b308ad3729 /libre/bbswitch-libre/bbswitch.install | |
parent | 93a4a22a36809aa0371b414e360ecdf1f6a79c48 (diff) | |
parent | 11a1ca3ecd47510d457e103c17398b327555866e (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/bbswitch-libre/bbswitch.install')
-rw-r--r-- | libre/bbswitch-libre/bbswitch.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/bbswitch-libre/bbswitch.install b/libre/bbswitch-libre/bbswitch.install index e25d40b44..ec796a1b4 100644 --- a/libre/bbswitch-libre/bbswitch.install +++ b/libre/bbswitch-libre/bbswitch.install @@ -1,5 +1,5 @@ post_install() { - EXTRAMODULES='extramodules-3.9-LIBRE' + EXTRAMODULES='extramodules-3.10-LIBRE' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) } |