diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-12 18:30:28 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-12 18:30:28 (GMT) |
commit | ebbb20c55cb45ade45636694a9ef83f6138ab122 (patch) | |
tree | 55375595a4c68eb275a44f9e187442a2fc1ecb81 /abs/core-testing/ndiswrapper/ndiswrapper.install | |
parent | be9cc524846930b2d933750471b5584801658f1e (diff) | |
download | linhes_pkgbuild-ebbb20c55cb45ade45636694a9ef83f6138ab122.zip linhes_pkgbuild-ebbb20c55cb45ade45636694a9ef83f6138ab122.tar.gz linhes_pkgbuild-ebbb20c55cb45ade45636694a9ef83f6138ab122.tar.bz2 |
This is LinHES.;)
Diffstat (limited to 'abs/core-testing/ndiswrapper/ndiswrapper.install')
-rw-r--r-- | abs/core-testing/ndiswrapper/ndiswrapper.install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/ndiswrapper/ndiswrapper.install b/abs/core-testing/ndiswrapper/ndiswrapper.install index 62a25c6..e173d14 100644 --- a/abs/core-testing/ndiswrapper/ndiswrapper.install +++ b/abs/core-testing/ndiswrapper/ndiswrapper.install @@ -2,7 +2,7 @@ post_install() { ndiswrapper -m - KERNEL_VERSION='2.6.28-ARCH' + KERNEL_VERSION='2.6.28-LinHES' depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 } @@ -11,14 +11,14 @@ post_install() post_upgrade() { ndiswrapper -m - KERNEL_VERSION='2.6.28-ARCH' + KERNEL_VERSION='2.6.28-LinHES' depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 } # arg 1: the old package version post_remove() { - KERNEL_VERSION='2.6.28-ARCH' + KERNEL_VERSION='2.6.28-LinHES' depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 } |