summarylogtreecommitdiffstats
path: root/linux-tomoyo.install
diff options
context:
space:
mode:
Diffstat (limited to 'linux-tomoyo.install')
-rw-r--r--linux-tomoyo.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-tomoyo.install b/linux-tomoyo.install
index ef42413835ac..dd2fa5c7aac5 100644
--- a/linux-tomoyo.install
+++ b/linux-tomoyo.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