* glib: Add pacman hooks for gio-querymodules and glib-compile-schemas This means we can remove all glib-compile-schemas install scripts in other packages. * glib: hide compile schemas deprecation warnings We can't do anything about them and they just confuse users when run during package installation. Patch from Debian.
12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
[Trigger]
|
|
Type = Path
|
|
Operation = Install
|
|
Operation = Upgrade
|
|
Operation = Remove
|
|
Target = @MINGW_HOOK_TARGET_PREFIX@/lib/gio/modules/*.dll
|
|
|
|
[Action]
|
|
Description = Updating GIO module cache...
|
|
When = PostTransaction
|
|
Exec = @MINGW_PREFIX@/bin/gio-querymodules.exe @MINGW_PREFIX@/lib/gio/modules
|