Update bpm hook

This commit is contained in:
2026-05-10 16:23:25 +03:00
parent afcfc3a9ec
commit 25ccb80cc3
3 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: glib
description: Low-level core library
version: 2.88.0
revision: 2
revision: 3
url: https://gitlab.gnome.org/GNOME/glib
license: LGPL2.1-or-later
maintainers:
+1 -3
View File
@@ -1,5 +1,3 @@
trigger_operations: ["install", "upgrade", "remove"]
target_type: "path"
trigger_actions: ["install", "upgrade", "remove"]
targets: ["usr/lib/gio/modules/*.so"]
depends: ["glib"]
run: "/usr/bin/gio-querymodules /usr/lib/gio/modules"
+1 -3
View File
@@ -1,5 +1,3 @@
trigger_operations: ["install", "upgrade", "remove"]
target_type: "path"
trigger_actions: ["install", "upgrade", "remove"]
targets: ["usr/share/glib-2.0/schemas/*.xml","usr/share/glib-2.0/schemas/*.override"]
depends: ["glib"]
run: "/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas"