mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Remove redundant postinstalls for gnome packages (#8771)
This commit is contained in:
committed by
GitHub
parent
c40f298dac
commit
75bebc2312
@@ -67,8 +67,4 @@ class Gedit < Package
|
||||
def self.install
|
||||
system "DESTDIR=#{CREW_DEST_DIR} ninja -C builddir install"
|
||||
end
|
||||
|
||||
def self.postinstall
|
||||
system "glib-compile-schemas #{CREW_PREFIX}/share/glib-2.0/schemas"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user