aboutsummaryrefslogtreecommitdiffstats
path: root/Keywords/fc.ucl
blob: fbcc0672fca9e898bf4a7a61cc07a9bf74a7d946 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$
#
# MAINTAINER: x11@FreeBSD.org

actions: [dirrmtry]
post-install: <<EOD
  fc-cache -s %D/%@ 2>/dev/null || true
EOD
post-deinstall: <<EOD
  fc-cache -s %D/%@ 2>/dev/null || true
EOD