summarylogtreecommitdiffstats
path: root/linux.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado2015-10-08 00:11:54 -0300
committerAndré Fabian Silva Delgado2015-10-08 00:11:54 -0300
commit243e7e0dff94603a8debc710a6fbbdb19d9a5eb9 (patch)
treef2cf91ba9f8ec3bdc2cc1351d5eaf0168172ed58 /linux.install
parent38e716989e73ca72ee5c594273aee9bd75122883 (diff)
downloadaur-243e7e0dff94603a8debc710a6fbbdb19d9a5eb9.tar.gz
Update to 4.2.3_gnu-1
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 32514d8926c9..70e177ef29f8 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-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