summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/ndiswrapper/ndiswrapper.install
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-02-12 18:30:28 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-02-12 18:30:28 (GMT)
commitebbb20c55cb45ade45636694a9ef83f6138ab122 (patch)
tree55375595a4c68eb275a44f9e187442a2fc1ecb81 /abs/core-testing/ndiswrapper/ndiswrapper.install
parentbe9cc524846930b2d933750471b5584801658f1e (diff)
downloadlinhes_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.install6
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
}