Tweak biology/seqan version 1.3.1_3
[dports.git] / Keywords / glib-schemas.ucl
1 # $FreeBSD$
2 #
3 # MAINTAINER: gnome@FreeBSD.org
4 #
5 # Rebuild the glib schema cache.
6 #
7 # Ports installing glib schemas should use the GLIB_SCHEMAS macro
8 # from USE_GNOME instead of calling this keyword directly.
9
10 actions: []
11 post-install: <<EOD
12   glib-compile-schemas %D/share/glib-2.0/schemas > /dev/null || true
13 EOD
14 post-deinstall: <<EOD
15   glib-compile-schemas %D/share/glib-2.0/schemas > /dev/null || true
16 EOD