summaryrefslogtreecommitdiffstats
path: root/abs/core/madwifi/madwifi-ng.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-08-01 08:52:56 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-08-01 08:52:56 (GMT)
commitcca1c731c7ff1d31304e0096505942dd5e100478 (patch)
treebfbd1820636b92a45f08988f4f977c526fb2bf2e /abs/core/madwifi/madwifi-ng.install
parente088246e81c88f1f7cbef74d7df7f5359cc9b72c (diff)
downloadlinhes_pkgbuild-cca1c731c7ff1d31304e0096505942dd5e100478.zip
linhes_pkgbuild-cca1c731c7ff1d31304e0096505942dd5e100478.tar.gz
linhes_pkgbuild-cca1c731c7ff1d31304e0096505942dd5e100478.tar.bz2
madwifi: remove from repo
Diffstat (limited to 'abs/core/madwifi/madwifi-ng.install')
-rw-r--r--abs/core/madwifi/madwifi-ng.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/abs/core/madwifi/madwifi-ng.install b/abs/core/madwifi/madwifi-ng.install
deleted file mode 100644
index 3771719..0000000
--- a/abs/core/madwifi/madwifi-ng.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- KERNEL_VERSION='2.6.37-LinHES'
- depmod -ae $KERNEL_VERSION > /dev/null 2>&1
-}
-
-post_upgrade() {
- KERNEL_VERSION='2.6.37-LinHES'
- depmod -ae $KERNEL_VERSION > /dev/null 2>&1
-}
-
-post_remove() {
- KERNEL_VERSION='2.6.37-LinHES'
- depmod -ae $KERNEL_VERSION > /dev/null 2>&1
-}