diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 00:00:11 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 00:00:11 (GMT) |
commit | cc0046aa355811c343c144e4898194c8471ec07f (patch) | |
tree | 8272a8ddd7417f74ba397629305a6e613ff61f7b /abs/core-testing/lirc/lirc.install | |
parent | e56e4b9867cfab4cf036b9f7bddfadaccf1afd64 (diff) | |
download | linhes_pkgbuild-cc0046aa355811c343c144e4898194c8471ec07f.zip linhes_pkgbuild-cc0046aa355811c343c144e4898194c8471ec07f.tar.gz linhes_pkgbuild-cc0046aa355811c343c144e4898194c8471ec07f.tar.bz2 |
lirc:Bumped/Updated for LinHES 7.
Diffstat (limited to 'abs/core-testing/lirc/lirc.install')
-rw-r--r-- | abs/core-testing/lirc/lirc.install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/lirc/lirc.install b/abs/core-testing/lirc/lirc.install index 53340e5..ac4bf13 100644 --- a/abs/core-testing/lirc/lirc.install +++ b/abs/core-testing/lirc/lirc.install @@ -10,7 +10,7 @@ pre_install() { post_install() { # updating module dependencies echo ">>> Updating module dependencies. Please wait ..." - KERNEL_VERSION=2.6.28-LinHES + KERNEL_VERSION=2.6.34-LinHES depmod -v $KERNEL_VERSION > /dev/null 2>&1 /bin/true } @@ -26,7 +26,7 @@ pre_upgrade() { post_upgrade() { # updating module dependencies echo ">>> Updating module dependencies. Please wait ..." - KERNEL_VERSION=2.6.28-LinHES + KERNEL_VERSION=2.6.34-LinHES depmod -v $KERNEL_VERSION > /dev/null 2>&1 /bin/true } @@ -40,7 +40,7 @@ pre_remove() { post_remove() { # updating module dependencies echo ">>> Updating module dependencies. Please wait ..." - KERNEL_VERSION=2.6.28-LinHES + KERNEL_VERSION=2.6.34-LinHES depmod -v $KERNEL_VERSION > /dev/null 2>&1 /bin/true } |