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

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