diff options
author | Michael Hanson <hansonorders@verizon.net> | 2011-01-13 22:24:05 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2011-01-13 22:24:05 (GMT) |
commit | 9a9e9f951475a17193dc46e0f5c822449246cd72 (patch) | |
tree | fef18b77c99ee6f1a8ac49d6239820fc279e70e6 /abs/core/lirc/lirc.install | |
parent | 0bcae6dfc24e333236543070f5b8673d37c5abee (diff) | |
parent | 2b48e6775f2116b3a49fb81b5929cc3255f02889 (diff) | |
download | linhes_pkgbuild-9a9e9f951475a17193dc46e0f5c822449246cd72.zip linhes_pkgbuild-9a9e9f951475a17193dc46e0f5c822449246cd72.tar.gz linhes_pkgbuild-9a9e9f951475a17193dc46e0f5c822449246cd72.tar.bz2 |
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
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 } |