cleanup gcc postinstall (#6329)

* cleanup gcc postinstall

* cleanup gcc postinstall add back color
This commit is contained in:
Satadru Pramanik
2021-10-24 16:23:43 -04:00
committed by GitHub
parent ebf6017cc7
commit 3ecfafd893

View File

@@ -21,9 +21,8 @@ class Gcc < Package
end
def self.postinstall
begin
unless @gcc_ver.nil?
puts "Current GCC version: #{@gcc_ver.chomp}.x".lightblue
rescue
end
end
end