mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
1cee61cab5
yaml version will be removed later
12 lines
195 B
Plaintext
12 lines
195 B
Plaintext
# $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
|