1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/Keywords/fc.ucl

12 lines
195 B
Plaintext
Raw Normal View History

# $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