summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/lirc/lirc.install
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2010-09-05 00:00:11 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2010-09-05 00:00:11 (GMT)
commitcc0046aa355811c343c144e4898194c8471ec07f (patch)
tree8272a8ddd7417f74ba397629305a6e613ff61f7b /abs/core-testing/lirc/lirc.install
parente56e4b9867cfab4cf036b9f7bddfadaccf1afd64 (diff)
downloadlinhes_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.install6
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
}