summaryrefslogtreecommitdiffstats
path: root/abs/core/tiacx/acx.install
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-07-21 04:14:09 (GMT)
committerCecil <knoppmyth@gmail.com>2011-07-21 04:14:09 (GMT)
commit8cbfc27790f5e0f17d62206b7160b1c9d86eb17f (patch)
tree3e4dac16c8b7f64bd448c28e8ff11f4cee984f78 /abs/core/tiacx/acx.install
parent3c19d2ed002bf1dee45a6387973547202c4a26c6 (diff)
downloadlinhes_pkgbuild-8cbfc27790f5e0f17d62206b7160b1c9d86eb17f.zip
linhes_pkgbuild-8cbfc27790f5e0f17d62206b7160b1c9d86eb17f.tar.gz
linhes_pkgbuild-8cbfc27790f5e0f17d62206b7160b1c9d86eb17f.tar.bz2
tiacx:Recompiled for new kernel.
Diffstat (limited to 'abs/core/tiacx/acx.install')
-rw-r--r--abs/core/tiacx/acx.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/tiacx/acx.install b/abs/core/tiacx/acx.install
index 1ac836e..971bf32 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.37-LinHES'
+ KERNEL_VERSION='2.6.39-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.37-LinHES'
+ KERNEL_VERSION='2.6.39-LinHES'
depmod $KERNEL_VERSION > /dev/null 2>&1
}
# arg 1: the old package version
post_remove() {
- KERNEL_VERSION='2.6.37-LinHES'
+ KERNEL_VERSION='2.6.39-LinHES'
depmod $KERNEL_VERSION > /dev/null 2>&1
}