mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
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
|