diff options
author | James Meyer <james.meyer@operamail.com> | 2010-11-06 18:47:17 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-11-06 18:47:17 (GMT) |
commit | b8bc491c0d660f003071d9be40eb4a01405d1bca (patch) | |
tree | 56f4b46f2f5976bf49e3a67a513553eecc459865 /abs/core/tiacx/acx.install | |
parent | 09a1e7006fbb78166d773463c5cd3553b743ce6c (diff) | |
download | linhes_pkgbuild-b8bc491c0d660f003071d9be40eb4a01405d1bca.zip linhes_pkgbuild-b8bc491c0d660f003071d9be40eb4a01405d1bca.tar.gz linhes_pkgbuild-b8bc491c0d660f003071d9be40eb4a01405d1bca.tar.bz2 |
tiacx: update and recompile for kernel .36
ref #574
ref #647
Diffstat (limited to 'abs/core/tiacx/acx.install')
-rw-r--r-- | abs/core/tiacx/acx.install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/tiacx/acx.install b/abs/core/tiacx/acx.install index b858f58..fcf7038 100644 --- a/abs/core/tiacx/acx.install +++ b/abs/core/tiacx/acx.install @@ -1,19 +1,19 @@ # arg 1: the new package version post_install() { - KERNEL_VERSION='2.6.34-LinHES' + KERNEL_VERSION='2.6.36-LinHES' depmod $KERNEL_VERSION > /dev/null 2>&1 } # arg 1: the new package version # arg 2: the old package version post_upgrade() { - KERNEL_VERSION='2.6.34-LinHES' + KERNEL_VERSION='2.6.36-LinHES' depmod $KERNEL_VERSION > /dev/null 2>&1 } # arg 1: the old package version post_remove() { - KERNEL_VERSION='2.6.34-LinHES' + KERNEL_VERSION='2.6.36-LinHES' depmod $KERNEL_VERSION > /dev/null 2>&1 } |