summaryrefslogtreecommitdiff
path: root/extra/madwifi/madwifi-ng.install
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-12 10:53:36 +0000
committerroot <root@rshg047.dnsready.net>2011-04-12 10:53:36 +0000
commit28b5bbf3fee0627993658e096eadab71c2779912 (patch)
treeb799e892101aaaedafdcf1315c4def0ff6bdc1c4 /extra/madwifi/madwifi-ng.install
parentcabd4a9c1f8304f0d57005b9f31231fc191c8778 (diff)
Tue Apr 12 10:53:36 UTC 2011
Diffstat (limited to 'extra/madwifi/madwifi-ng.install')
-rw-r--r--extra/madwifi/madwifi-ng.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/madwifi/madwifi-ng.install b/extra/madwifi/madwifi-ng.install
index a6dfd6568..8681b53ed 100644
--- a/extra/madwifi/madwifi-ng.install
+++ b/extra/madwifi/madwifi-ng.install
@@ -1,14 +1,14 @@
post_install() {
- KERNEL_VERSION='2.6.37-ARCH'
+ KERNEL_VERSION='2.6.38-ARCH'
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
}
post_upgrade() {
- KERNEL_VERSION='2.6.37-ARCH'
+ KERNEL_VERSION='2.6.38-ARCH'
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
}
post_remove() {
- KERNEL_VERSION='2.6.37-ARCH'
+ KERNEL_VERSION='2.6.38-ARCH'
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
}