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

@@ -43,8 +43,6 @@ class Gnome_text_editor < Package
depends_on 'vulkan_icd_loader' # R
depends_on 'yelp_tools' => :build
gnome
def self.build
system "meson setup #{CREW_MESON_OPTIONS} \
builddir"
@@ -55,8 +53,4 @@ class Gnome_text_editor < Package
def self.install
system "DESTDIR=#{CREW_DEST_DIR} #{CREW_NINJA} -C builddir install"
end
def self.postinstall
system "glib-compile-schemas #{CREW_PREFIX}/share/glib-2.0/schemas/"
end
end