aboutsummaryrefslogtreecommitdiff
path: root/Keywords/glib-schemas.ucl
blob: 7e9691996b133b5f04a6637b0e716a6ae6651862 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $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