summarylogtreecommitdiffstats
path: root/linux.install
diff options
context:
space:
mode:
authoroli2015-10-24 17:41:10 +0200
committeroli2015-10-24 17:41:10 +0200
commit6c6e4dee8d99d38f8f9d8ab393cbe88b796f687a (patch)
treed9a0de1358d69ce87e3d8d0d400ad6a38e1ceded /linux.install
parent4db4b5827cadfd09bcaa328d45e3f54e29e5cbf0 (diff)
downloadaur-6c6e4dee8d99d38f8f9d8ab393cbe88b796f687a.tar.gz
updated
Diffstat (limited to 'linux.install')
-rw-r--r--linux.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux.install b/linux.install
index ef42413835ac..dd2fa5c7aac5 100644
--- a/linux.install
+++ b/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${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${KERNEL_NAME}
if [ $(vercmp $2 3.13) -lt 0 ]; then