revert libpng gdk_pixbuf_loader cmd (#5566)

This commit is contained in:
satmandu
2021-04-07 15:19:55 -04:00
committed by GitHub
parent b7867208c6
commit ea5d9b3d15
3 changed files with 10 additions and 14 deletions

View File

@@ -66,7 +66,8 @@ class Librsvg < Package
end
def self.postinstall
# gdk_pixbuf should be setting the correct env variables
system 'gdk-pixbuf-query-loaders'
end
if File.exist?("#{CREW_PREFIX}/bin/gdk-pixbuf-query-loaders")
system 'gdk-pixbuf-query-loaders',
'--update-cache'
end
end