diff options
Diffstat (limited to 'Keywords/fc.yaml')
-rw-r--r-- | Keywords/fc.yaml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Keywords/fc.yaml b/Keywords/fc.yaml deleted file mode 100644 index 239bb4519572..000000000000 --- a/Keywords/fc.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# $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 |