mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
gedit needs schemas built at install (#6221)
This commit is contained in:
@@ -67,4 +67,8 @@ 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