aboutsummaryrefslogtreecommitdiff
path: root/Keywords/fc.ucl
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-24 17:10:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-24 17:10:57 +0000
commit1cee61cab57a175608fa153da8f17362ce7f8af4 (patch)
tree6d99d938e0ca10ccdec46bf68bcefc8fdf264016 /Keywords/fc.ucl
parentead20185b28fda5ec096aff5a273feb959287940 (diff)
downloadports-1cee61cab57a175608fa153da8f17362ce7f8af4.tar.gz
ports-1cee61cab57a175608fa153da8f17362ce7f8af4.zip
Notes
Diffstat (limited to 'Keywords/fc.ucl')
-rw-r--r--Keywords/fc.ucl11
1 files changed, 11 insertions, 0 deletions
diff --git a/Keywords/fc.ucl b/Keywords/fc.ucl
new file mode 100644
index 000000000000..fbcc0672fca9
--- /dev/null
+++ b/Keywords/fc.ucl
@@ -0,0 +1,11 @@
+# $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