summaryrefslogtreecommitdiffstats
path: root/abs/core/lirc/lirc.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-11-06 18:42:39 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-11-06 18:42:39 (GMT)
commit55365f9398ded52e8a352079cba0787866e58153 (patch)
tree1c08aeb6a9ec455a8805d86e0646226c588cbc76 /abs/core/lirc/lirc.install
parent6edce2d58980615197f4d22500711a0e221a26e5 (diff)
downloadlinhes_pkgbuild-55365f9398ded52e8a352079cba0787866e58153.zip
linhes_pkgbuild-55365f9398ded52e8a352079cba0787866e58153.tar.gz
linhes_pkgbuild-55365f9398ded52e8a352079cba0787866e58153.tar.bz2
lirc: update to 0.8.7
ref #574 ref #647 closes #599
Diffstat (limited to 'abs/core/lirc/lirc.install')
-rw-r--r--abs/core/lirc/lirc.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/lirc/lirc.install b/abs/core/lirc/lirc.install
index ac4bf13..495e505 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.34-LinHES
+ KERNEL_VERSION=2.6.36-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.34-LinHES
+ KERNEL_VERSION=2.6.36-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.34-LinHES
+ KERNEL_VERSION=2.6.36-LinHES
depmod -v $KERNEL_VERSION > /dev/null 2>&1
/bin/true
}