[rhinstaller/anaconda/pulls/32 master] Check if gnome-icon-theme is installed

vpodzime installerbot-noreply at redhat.com
Mon Mar 16 10:24:41 UTC 2015


> @@ -5,6 +5,18 @@ if ! type parallel 2>&1 > /dev/null; then
>      exit 99
>  fi
>  
> +if ! rpm -q gnome-icon-theme 2>&1 > /dev/null; then

I think ``! rpm -q gnome-icon-theme &> /dev/null;`` would be better here and few lines below too.

-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/32#discussion_r26472967


More information about the anaconda-patches mailing list