diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-09-15 00:28:40 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-09-22 16:15:04 -0300 |
commit | ca877ea28f547175581a0aedc9484d22e86d0927 (patch) | |
tree | 739f2578d583001edde1c7ae869d798365114c32 /libre-testing/linux-libre-pck/linux.install | |
parent | a650e3b6735f5a963606ce463eb2e0d97ebc8601 (diff) |
linux-libre-pck-4.2_gnu.pck4-1: updating version
Diffstat (limited to 'libre-testing/linux-libre-pck/linux.install')
-rw-r--r-- | libre-testing/linux-libre-pck/linux.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre-testing/linux-libre-pck/linux.install b/libre-testing/linux-libre-pck/linux.install index 32514d892..70e177ef2 100644 --- a/libre-testing/linux-libre-pck/linux.install +++ b/libre-testing/linux-libre-pck/linux.install @@ -8,7 +8,7 @@ post_install () { # updating module dependencies echo ">>> Updating module dependencies. Please wait ..." depmod ${KERNEL_VERSION} - echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..." + echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..." mkinitcpio -p linux-libre${KERNEL_NAME} } @@ -20,7 +20,7 @@ post_upgrade() { # updating module dependencies echo ">>> Updating module dependencies. Please wait ..." depmod ${KERNEL_VERSION} - echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..." + echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..." mkinitcpio -p linux-libre${KERNEL_NAME} if [ $(vercmp $2 3.13) -lt 0 ]; then |