aboutsummaryrefslogtreecommitdiffstats
path: root/Keywords/fc.ucl
diff options
context:
space:
mode:
Diffstat (limited to 'Keywords/fc.ucl')
-rw-r--r--Keywords/fc.ucl19
1 files changed, 0 insertions, 19 deletions
diff --git a/Keywords/fc.ucl b/Keywords/fc.ucl
deleted file mode 100644
index e54d0477a819..000000000000
--- a/Keywords/fc.ucl
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-#
-# MAINTAINER: x11@FreeBSD.org
-
-actions: [dir]
-post-install: <<EOD
- case "%@" in
- /*) fontsdir="%@" ;;
- *) fontsdir="%D/%@" ;;
- esac
- fc-cache -s ${fontsdir} 2>/dev/null || true
-EOD
-post-deinstall: <<EOD
- case "%@" in
- /*) fontsdir="%@" ;;
- *) fontsdir="%D/%@" ;;
- esac
- fc-cache -s ${fontsdir} 2>/dev/null || true
-EOD