mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
10 lines
179 B
YAML
10 lines
179 B
YAML
|
# $FreeBSD$
|
||
|
#
|
||
|
# MAINTAINER: x11@FreeBSD.org
|
||
|
|
||
|
actions: [dirrmtry]
|
||
|
post-install: |
|
||
|
fc-cache -s %D/%@ 2>/dev/null || true
|
||
|
post-deinstall: |
|
||
|
fc-cache -s %D/%@ 2>/dev/null || true
|