Remove redundant postinstalls for gnome packages (#8771)

This commit is contained in:
Maximilian Downey Twiss
2023-10-13 22:44:17 +11:00
committed by GitHub
parent c40f298dac
commit 75bebc2312
59 changed files with 0 additions and 160 deletions

View File

@@ -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