From b459445d7005fa7c1a2e5c444b01853d5eb10604 Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Sun, 19 Feb 2017 20:30:12 +0100 Subject: [PATCH] one more screen clearing --- lib/util-desktop.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/util-desktop.sh b/lib/util-desktop.sh index 372061d..3579d83 100644 --- a/lib/util-desktop.sh +++ b/lib/util-desktop.sh @@ -505,6 +505,7 @@ install_multimedia_menu() { DIALOG " $_InstMulCodec " --checklist "$_InstMulCodBody\n\n$_UseSpaceBar" 0 0 14 \ $GSTREAMER "xine-lib" "-" off 2>${PACKAGES} + clear # If at least one package, install. if [[ $(cat ${PACKAGES}) != "" ]]; then basestrap ${MOUNTPOINT} $(cat ${PACKAGES}) 2>/tmp/.errlog