Do not show debug information on ksh installation

Resolves: #1708532
This commit is contained in:
Siteshwar Vashisht 2019-06-10 11:10:24 +02:00
parent ff72d8cf2d
commit 01ee5ae039

View File

@ -92,14 +92,6 @@ do
fi
done
echo -n "Looking for ksh in /etc/shells... "
if ! grep '^/bin/ksh$' /etc/shells > /dev/null; then
echo "missing"
echo "ksh missing from /etc/shells" >&2
else
echo "found"
fi
# ksh-20120801-250 did not use alternatives, so while upgrading ensure that
# alternatives are set correctly
%triggerpostun -- ksh < 1:2020.0.0-0.1