summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2017-05-18 20:24:27 +0200
committerRichard Neumann2017-05-18 20:24:27 +0200
commitbcb64c008e47ed1ce74ab1f465389f8b3849fd84 (patch)
treef8611efb281a346576fe9f00c338d2872243b2ca
parent61f90202d997566639dbf1efd7ae4bf835ac7f6c (diff)
downloadaur-bcb64c008e47ed1ce74ab1f465389f8b3849fd84.tar.gz
Removed unnecessary call of clear
-rw-r--r--.SRCINFO2
-rwxr-xr-xmkfbsplash1
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5952f843549..02725a191ae8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Mar 22 11:21:35 UTC 2017
+# Thu May 18 18:24:08 UTC 2017
pkgbase = mkinitcpio-fbsplash
pkgdesc = Tools to include a framebuffer based boot splash within the initcpio
pkgver = 1.0.1
diff --git a/mkfbsplash b/mkfbsplash
index 805db47bb84e..a03ecb0d1ec3 100755
--- a/mkfbsplash
+++ b/mkfbsplash
@@ -68,7 +68,6 @@ if [ ${EUID} -ne 0 ]; then
fi
TEMP=$(mktemp)
-clear
/usr/bin/fbv -c -i -d 1 "${IMAGE}"
/usr/bin/cp "${FB_DEV}" "${TEMP}"
/usr/bin/mv -i "${TEMP}" "${OUT_FILE}"