diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-06-23 01:59:41 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-06-23 01:59:41 -0300 |
commit | b33a72276f117b1b2be80377c7c018da2d47b6a8 (patch) | |
tree | 2e0a073f1af3b64396e6a6191721161bea2c2d9b /libre/kernel26-libre/kernel26.install | |
parent | bc42c16bdd4b5448c3f311637da8ad1f3c2b96cd (diff) |
libre/kernel26-libre-2.6.39.1-1
Diffstat (limited to 'libre/kernel26-libre/kernel26.install')
-rw-r--r-- | libre/kernel26-libre/kernel26.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/kernel26-libre/kernel26.install b/libre/kernel26-libre/kernel26.install index 0a7bc7772..8c0c80c85 100644 --- a/libre/kernel26-libre/kernel26.install +++ b/libre/kernel26-libre/kernel26.install @@ -7,7 +7,7 @@ KERNEL_VERSION=2.6.39-LIBRE 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 |