archlinux: remove unnecessary glib-compile-scheme

This is now automatically handled through pacman hooks
This commit is contained in:
Olivier MEDOC 2016-07-11 15:32:36 +02:00
parent c82b82d7b4
commit 245c6d1716

View File

@ -334,8 +334,6 @@ post_install() {
update_finalize
glib-compile-schemas /usr/share/glib-2.0/schemas &> /dev/null || :
}
## arg 1: the new package version
@ -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