summaryrefslogtreecommitdiff
path: root/Keywords/fc.yaml
blob: 239bb4519572004989132850791612ef292d9bd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD$
#
# MAINTAINER: x11@FreeBSD.org

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