summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornemaeon2015-10-23 22:47:20 -0400
committernemaeon2015-10-23 22:47:20 -0400
commitcd56ba8403bf2833b91b1438a62182ae4baf4c12 (patch)
tree044babe543d837e9f57bff79c1917259d3af0aa7
parentf1c499e78d6b3163efb2000a8b86c32c31bc13ac (diff)
downloadaur-cd56ba8403bf2833b91b1438a62182ae4baf4c12.tar.gz
Removed un-needed space from linux-fbcondecor.install
-rwxr-xr-xlinux-fbcondecor.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-fbcondecor.install b/linux-fbcondecor.install
index 5ab828b692cf..a03779727395 100755
--- a/linux-fbcondecor.install
+++ b/linux-fbcondecor.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