From 01ee5ae0393c587aca6cd44eb31d99b0edcaedf9 Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Mon, 10 Jun 2019 11:10:24 +0200 Subject: [PATCH] Do not show debug information on ksh installation Resolves: #1708532 --- ksh.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ksh.spec b/ksh.spec index dfea63f..1cd03b3 100644 --- a/ksh.spec +++ b/ksh.spec @@ -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