summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/lirc/lirc.install
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-02-12 18:30:28 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-02-12 18:30:28 (GMT)
commitebbb20c55cb45ade45636694a9ef83f6138ab122 (patch)
tree55375595a4c68eb275a44f9e187442a2fc1ecb81 /abs/core-testing/lirc/lirc.install
parentbe9cc524846930b2d933750471b5584801658f1e (diff)
downloadlinhes_pkgbuild-ebbb20c55cb45ade45636694a9ef83f6138ab122.zip
linhes_pkgbuild-ebbb20c55cb45ade45636694a9ef83f6138ab122.tar.gz
linhes_pkgbuild-ebbb20c55cb45ade45636694a9ef83f6138ab122.tar.bz2
This is LinHES.;)
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 8bc6fef..53340e5 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-ARCH
+ KERNEL_VERSION=2.6.28-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-ARCH
+ KERNEL_VERSION=2.6.28-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-ARCH
+ KERNEL_VERSION=2.6.28-LinHES
depmod -v $KERNEL_VERSION > /dev/null 2>&1
/bin/true
}