archlinux: remove unnecessary glib-compile-scheme
This is now automatically handled through pacman hooks
This commit is contained in:
parent
c82b82d7b4
commit
245c6d1716
@ -333,8 +333,6 @@ post_install() {
|
|||||||
configure_systemd 0
|
configure_systemd 0
|
||||||
|
|
||||||
update_finalize
|
update_finalize
|
||||||
|
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas &> /dev/null || :
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -351,8 +349,6 @@ post_upgrade() {
|
|||||||
|
|
||||||
update_finalize
|
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
|
## arg 1: the old package version
|
||||||
post_remove() {
|
post_remove() {
|
||||||
|
|
||||||
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas &> /dev/null || :
|
|
||||||
|
|
||||||
if [ -L /lib/firmware/updates ] ; then
|
if [ -L /lib/firmware/updates ] ; then
|
||||||
rm /lib/firmware/updates
|
rm /lib/firmware/updates
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user