mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
3752f7f4d0
With hat: portmgr Sponsored by: Absolight
12 lines
190 B
Plaintext
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
|