diff options
author | Cecil <knoppmyth@gmail.com> | 2011-07-19 08:21:42 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-07-19 08:21:42 (GMT) |
commit | a8c497be4d4f192ba6e4092740038340efe5bbe3 (patch) | |
tree | 6f7a3cdc8d4833f2fb28f65fa5a089ef2654f71f /abs/core/ndiswrapper/ndiswrapper.install | |
parent | 843da1c0f154f8f8fbe67e11ca3d30a5602325d6 (diff) | |
download | linhes_pkgbuild-a8c497be4d4f192ba6e4092740038340efe5bbe3.zip linhes_pkgbuild-a8c497be4d4f192ba6e4092740038340efe5bbe3.tar.gz linhes_pkgbuild-a8c497be4d4f192ba6e4092740038340efe5bbe3.tar.bz2 |
ndiswrapper:compiled for 2.6.39-LinHES.
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 124380b..a45a459 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.37-LinHES' + KERNEL_VERSION='2.6.39-LinHES' depmod -ae $KERNEL_VERSION > /dev/null 2>&1 } @@ -11,13 +11,13 @@ post_install() post_upgrade() { ndiswrapper -m - KERNEL_VERSION='2.6.37-LinHES' + KERNEL_VERSION='2.6.39-LinHES' depmod -ae $KERNEL_VERSION > /dev/null 2>&1 } # arg 1: the old package version post_remove() { - KERNEL_VERSION='2.6.37-LinHES' + KERNEL_VERSION='2.6.39-LinHES' depmod -ae $KERNEL_VERSION > /dev/null 2>&1 } |