diff options
author | Cecil <knoppmyth@gmail.com> | 2011-01-12 05:38:23 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-01-12 05:38:23 (GMT) |
commit | 04010ce4b2b9d4d8a2a461e77f3c9a78558f073f (patch) | |
tree | 8720e9f06680f0ae018ace16aada700ca4b47d76 /abs/core/lirc/lirc.install | |
parent | fd36a77f16275442411a70457060b838a1052a55 (diff) | |
download | linhes_pkgbuild-04010ce4b2b9d4d8a2a461e77f3c9a78558f073f.zip linhes_pkgbuild-04010ce4b2b9d4d8a2a461e77f3c9a78558f073f.tar.gz linhes_pkgbuild-04010ce4b2b9d4d8a2a461e77f3c9a78558f073f.tar.bz2 |
lirc:Bumped to 0.9.0.pre1, compiled against 2.6.37-LinHES.
Diffstat (limited to 'abs/core/lirc/lirc.install')
-rw-r--r-- | abs/core/lirc/lirc.install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/lirc/lirc.install b/abs/core/lirc/lirc.install index 495e505..f22c9b1 100644 --- a/abs/core/lirc/lirc.install +++ b/abs/core/lirc/lirc.install @@ -10,7 +10,7 @@ pre_install() { post_install() { # updating module dependencies echo ">>> Updating module dependencies. Please wait ..." - KERNEL_VERSION=2.6.36-LinHES + KERNEL_VERSION=2.6.37-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.36-LinHES + KERNEL_VERSION=2.6.37-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.36-LinHES + KERNEL_VERSION=2.6.37-LinHES depmod -v $KERNEL_VERSION > /dev/null 2>&1 /bin/true } |