summarylogtreecommitdiffstats
path: root/mkfbsplash
diff options
context:
space:
mode:
authorRichard Neumann2017-05-18 20:24:27 +0200
committerRichard Neumann2017-05-18 20:24:27 +0200
commitbcb64c008e47ed1ce74ab1f465389f8b3849fd84 (patch)
treef8611efb281a346576fe9f00c338d2872243b2ca /mkfbsplash
parent61f90202d997566639dbf1efd7ae4bf835ac7f6c (diff)
downloadaur-bcb64c008e47ed1ce74ab1f465389f8b3849fd84.tar.gz
Removed unnecessary call of clear
Diffstat (limited to 'mkfbsplash')
-rwxr-xr-xmkfbsplash1
1 files changed, 0 insertions, 1 deletions
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}"