summaryrefslogtreecommitdiffstats
path: root/abs/core/kernel26/kernel26.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/kernel26/kernel26.install')
-rw-r--r--abs/core/kernel26/kernel26.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/kernel26/kernel26.install b/abs/core/kernel26/kernel26.install
index 8fb5459..dceaea6 100644
--- a/abs/core/kernel26/kernel26.install
+++ b/abs/core/kernel26/kernel26.install
@@ -2,12 +2,12 @@
# arg 2: the old package version
KERNEL_NAME=
-KERNEL_VERSION=2.6.37-LinHES
+KERNEL_VERSION=2.6.39-LinHES
post_install () {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
- depmod $KERNEL_VERSION
+ /sbin/depmod $KERNEL_VERSION
# generate init ramdisks
echo ">>> MKINITCPIO SETUP"
echo ">>> ----------------"
@@ -84,7 +84,7 @@ post_upgrade() {
fi
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
- depmod $KERNEL_VERSION
+ /sbin/depmod $KERNEL_VERSION
echo ">>> MKINITCPIO SETUP"
echo ">>> ----------------"
if [ "`vercmp $2 2.6.18`" -lt 0 ]; then