opnsense-ports/Keywords/glib-schemas.ucl
Franco Fichtner cc0dd2bec6 Infrastructure: sync with upstream
Taken from: FreeBSD
2014-12-08 15:13:17 +01:00

16 lines
409 B
Text

# $FreeBSD$
#
# MAINTAINER: gnome@FreeBSD.org
#
# Rebuild the glib schema cache.
#
# Ports installing glib schemas should use the GLIB_SCHEMAS macro
# from USE_GNOME instead of calling this keyword directly.
actions: []
post-install: <<EOD
glib-compile-schemas %D/share/glib-2.0/schemas > /dev/null || true
EOD
post-deinstall: <<EOD
glib-compile-schemas %D/share/glib-2.0/schemas > /dev/null || true
EOD