diff options
author | James Meyer <james.meyer@operamail.com> | 2011-08-01 08:52:56 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-08-01 08:52:56 (GMT) |
commit | cca1c731c7ff1d31304e0096505942dd5e100478 (patch) | |
tree | bfbd1820636b92a45f08988f4f977c526fb2bf2e /abs/core/madwifi/madwifi-ng.install | |
parent | e088246e81c88f1f7cbef74d7df7f5359cc9b72c (diff) | |
download | linhes_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.install | 14 |
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 -} |