1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/Keywords/fc.ucl
Mathieu Arnold 3752f7f4d0 Replace the dirrmtry action with dir.
With hat:	portmgr
Sponsored by:	Absolight
2014-10-02 12:39:57 +00:00

12 lines
190 B
Plaintext

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