diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 05:56:38 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 05:56:38 (GMT) |
commit | 52f7600bf48a508c3df35c961d413ce715ecb259 (patch) | |
tree | 8b164a4331828773a35f88b0e93d919acac82911 /abs/core-testing/rt2500/rt2500.install | |
parent | 796f8e605258d511b4358b56c686a0317174b003 (diff) | |
download | linhes_pkgbuild-52f7600bf48a508c3df35c961d413ce715ecb259.zip linhes_pkgbuild-52f7600bf48a508c3df35c961d413ce715ecb259.tar.gz linhes_pkgbuild-52f7600bf48a508c3df35c961d413ce715ecb259.tar.bz2 |
rt2x00:Removed modules (now in kernel) for LinHES 7.
Diffstat (limited to 'abs/core-testing/rt2500/rt2500.install')
-rw-r--r-- | abs/core-testing/rt2500/rt2500.install | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/abs/core-testing/rt2500/rt2500.install b/abs/core-testing/rt2500/rt2500.install deleted file mode 100644 index e58aa37..0000000 --- a/abs/core-testing/rt2500/rt2500.install +++ /dev/null @@ -1,26 +0,0 @@ -# arg 1: the new package version -post_install() -{ - KERNEL_VERSION='2.6.28-LinHES' - depmod -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-LinHES' - depmod -v $KERNEL_VERSION > /dev/null 2>&1 -} - -# arg 1: the old package version -post_remove() -{ - KERNEL_VERSION='2.6.28-LinHES' - depmod -v $KERNEL_VERSION > /dev/null 2>&1 -} - -op=$1 -shift - -$op $* |