diff options
author | James Meyer <james.meyer@operamail.com> | 2010-11-06 18:45:02 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-11-06 18:45:02 (GMT) |
commit | 46a6e7cab8d70c922129b1d7ce38d577e5e0f445 (patch) | |
tree | e30d8d97ce3e31826dcf2dcf4f1d8d211ae66720 /abs/core/ndiswrapper/ndiswrapper.install | |
parent | cb48b42b2208d75d4d6057417767d8327cebd389 (diff) | |
download | linhes_pkgbuild-46a6e7cab8d70c922129b1d7ce38d577e5e0f445.zip linhes_pkgbuild-46a6e7cab8d70c922129b1d7ce38d577e5e0f445.tar.gz linhes_pkgbuild-46a6e7cab8d70c922129b1d7ce38d577e5e0f445.tar.bz2 |
ndiswrapper: recompile for new kernel .36
ref #574
ref #647
Diffstat (limited to 'abs/core/ndiswrapper/ndiswrapper.install')
-rw-r--r-- | abs/core/ndiswrapper/ndiswrapper.install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/ndiswrapper/ndiswrapper.install b/abs/core/ndiswrapper/ndiswrapper.install index fafe580..57eca02 100644 --- a/abs/core/ndiswrapper/ndiswrapper.install +++ b/abs/core/ndiswrapper/ndiswrapper.install @@ -2,7 +2,7 @@ post_install() { ndiswrapper -m - KERNEL_VERSION='2.6.34-LinHES' + KERNEL_VERSION='2.6.36-LinHES' depmod -ae $KERNEL_VERSION > /dev/null 2>&1 } @@ -11,13 +11,13 @@ post_install() post_upgrade() { ndiswrapper -m - KERNEL_VERSION='2.6.34-LinHES' + KERNEL_VERSION='2.6.36-LinHES' depmod -ae $KERNEL_VERSION > /dev/null 2>&1 } # arg 1: the old package version post_remove() { - KERNEL_VERSION='2.6.34-LinHES' + KERNEL_VERSION='2.6.36-LinHES' depmod -ae $KERNEL_VERSION > /dev/null 2>&1 } |