Remove workaround for equery output not being quiet as requested

This commit is contained in:
Ben Roberts
2016-03-05 22:47:49 +00:00
parent cbd7a010ba
commit 3d51d160c5
+1 -1
View File
@@ -69,7 +69,7 @@ sub calculate_missing {
#taking only the 4th column of output as key of the hashmap
my %installed_packs =
map { ( split( /\s/, $_ ) )[3] => 1 } @Installed_Packages;
map { $_ => 1 } @Installed_Packages;
my %available_packs = map { $_ => 1 } available_packages();
# removing from packages the one that are already installed and keeping only the available in the entropy repositories