Ravenports generated: 04 Aug 2023 13:04
[ravenports.git] / Mk / Keywords / glib-schemas.ucl
1 # Rebuild the glib schema cache.
2 #
3 # Ports installing glib schemas should use the GLIB_SCHEMAS macro
4 # from USE_GNOME instead of calling this keyword directly.
5
6 actions: []
7 post-install: <<EOD
8   %LOCALBASE%/bin/glib-compile-schemas %D/share/glib-2.0/schemas > /dev/null || true
9 EOD
10 post-deinstall: <<EOD
11   %LOCALBASE%/bin/glib-compile-schemas %D/share/glib-2.0/schemas > /dev/null || true
12 EOD