summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/madwifi/madwifi-ng.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/madwifi/madwifi-ng.install')
-rw-r--r--abs/core-testing/madwifi/madwifi-ng.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/abs/core-testing/madwifi/madwifi-ng.install b/abs/core-testing/madwifi/madwifi-ng.install
deleted file mode 100644
index 3711208..0000000
--- a/abs/core-testing/madwifi/madwifi-ng.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- KERNEL_VERSION='2.6.34-LinHES'
- depmod -ae $KERNEL_VERSION > /dev/null 2>&1
-}
-
-post_upgrade() {
- KERNEL_VERSION='2.6.34-LinHES'
- depmod -ae $KERNEL_VERSION > /dev/null 2>&1
-}
-
-post_remove() {
- KERNEL_VERSION='2.6.34-LinHES'
- depmod -ae $KERNEL_VERSION > /dev/null 2>&1
-}