From 245c6d1716487055b4fff5be4a68f79f4daa67d8 Mon Sep 17 00:00:00 2001 From: Olivier MEDOC Date: Mon, 11 Jul 2016 15:32:36 +0200 Subject: [PATCH] archlinux: remove unnecessary glib-compile-scheme This is now automatically handled through pacman hooks --- archlinux/PKGBUILD.install | 6 ------ 1 file changed, 6 deletions(-) diff --git a/archlinux/PKGBUILD.install b/archlinux/PKGBUILD.install index 765f497..a8177c3 100644 --- a/archlinux/PKGBUILD.install +++ b/archlinux/PKGBUILD.install @@ -333,8 +333,6 @@ post_install() { configure_systemd 0 update_finalize - - glib-compile-schemas /usr/share/glib-2.0/schemas &> /dev/null || : } @@ -351,8 +349,6 @@ post_upgrade() { update_finalize - /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas &> /dev/null || : - } ###################### @@ -376,8 +372,6 @@ pre_remove() { ## arg 1: the old package version post_remove() { - /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas &> /dev/null || : - if [ -L /lib/firmware/updates ] ; then rm /lib/firmware/updates fi