freebsd-ports/Keywords/fc.ucl

12 lines
195 B
Text
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