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 | |
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')
-rw-r--r-- | abs/core-testing/ndiswrapper/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core-testing/ndiswrapper/ndiswrapper.install | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/abs/core-testing/ndiswrapper/PKGBUILD b/abs/core-testing/ndiswrapper/PKGBUILD index 552c9b4..24fb46c 100644 --- a/abs/core-testing/ndiswrapper/PKGBUILD +++ b/abs/core-testing/ndiswrapper/PKGBUILD @@ -2,9 +2,9 @@ #Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=ndiswrapper -_kernver=2.6.28-ARCH +_kernver=2.6.28-LinHES pkgver=1.53 -pkgrel=4 +pkgrel=5 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors. For stock arch 2.6 kernel." license=('GPL') arch=(i686 x86_64) 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 } |