summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/madwifi/madwifi-ng.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/madwifi/madwifi-ng.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/madwifi/madwifi-ng.install')
-rw-r--r--abs/core-testing/madwifi/madwifi-ng.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/madwifi/madwifi-ng.install b/abs/core-testing/madwifi/madwifi-ng.install
index cae804d..800cb98 100644
--- a/abs/core-testing/madwifi/madwifi-ng.install
+++ b/abs/core-testing/madwifi/madwifi-ng.install
@@ -1,20 +1,20 @@
# arg 1: the new package version
post_install() {
- KERNEL_VERSION='2.6.28-ARCH'
+ KERNEL_VERSION='2.6.28-LinHES'
depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
}
# arg 1: the new package version
# arg 2: the old package version
post_upgrade() {
- 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
}