Преглед изворни кода

archlinux: remove unnecessary glib-compile-scheme

This is now automatically handled through pacman hooks
Olivier MEDOC пре 8 година
родитељ
комит
245c6d1716
1 измењених фајлова са 0 додато и 6 уклоњено
  1. 0 6
      archlinux/PKGBUILD.install

+ 0 - 6
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