aboutsummaryrefslogtreecommitdiff
path: root/Keywords/fc.yaml
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2013-12-19 10:49:00 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2013-12-19 10:49:00 +0000
commit0406d5b04f614dc6385035dd3005abd3fd269228 (patch)
treed1c6a110737ea4dde2a53b41b74670aeccf172ab /Keywords/fc.yaml
parent837e3284ec8132921b409d9d3fbbdae4590828f1 (diff)
downloadports-0406d5b04f614dc6385035dd3005abd3fd269228.tar.gz
ports-0406d5b04f614dc6385035dd3005abd3fd269228.zip
Notes
Diffstat (limited to 'Keywords/fc.yaml')
-rw-r--r--Keywords/fc.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Keywords/fc.yaml b/Keywords/fc.yaml
new file mode 100644
index 000000000000..239bb4519572
--- /dev/null
+++ b/Keywords/fc.yaml
@@ -0,0 +1,9 @@
+# $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