Update bpm hook
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: glib
|
name: glib
|
||||||
description: Low-level core library
|
description: Low-level core library
|
||||||
version: 2.88.0
|
version: 2.88.0
|
||||||
revision: 2
|
revision: 3
|
||||||
url: https://gitlab.gnome.org/GNOME/glib
|
url: https://gitlab.gnome.org/GNOME/glib
|
||||||
license: LGPL2.1-or-later
|
license: LGPL2.1-or-later
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
trigger_operations: ["install", "upgrade", "remove"]
|
trigger_actions: ["install", "upgrade", "remove"]
|
||||||
target_type: "path"
|
|
||||||
targets: ["usr/lib/gio/modules/*.so"]
|
targets: ["usr/lib/gio/modules/*.so"]
|
||||||
depends: ["glib"]
|
|
||||||
run: "/usr/bin/gio-querymodules /usr/lib/gio/modules"
|
run: "/usr/bin/gio-querymodules /usr/lib/gio/modules"
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
trigger_operations: ["install", "upgrade", "remove"]
|
trigger_actions: ["install", "upgrade", "remove"]
|
||||||
target_type: "path"
|
|
||||||
targets: ["usr/share/glib-2.0/schemas/*.xml","usr/share/glib-2.0/schemas/*.override"]
|
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"
|
run: "/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas"
|
||||||
|
|||||||
Reference in New Issue
Block a user