aboutsummaryrefslogtreecommitdiff
path: root/Keywords
diff options
context:
space:
mode:
Diffstat (limited to 'Keywords')
-rw-r--r--Keywords/fc.ucl2
-rw-r--r--Keywords/fcfontsdir.ucl2
-rw-r--r--Keywords/fontsdir.ucl2
3 files changed, 3 insertions, 3 deletions
diff --git a/Keywords/fc.ucl b/Keywords/fc.ucl
index fbcc0672fca9..15158231c40e 100644
--- a/Keywords/fc.ucl
+++ b/Keywords/fc.ucl
@@ -2,7 +2,7 @@
#
# MAINTAINER: x11@FreeBSD.org
-actions: [dirrmtry]
+actions: [dir]
post-install: <<EOD
fc-cache -s %D/%@ 2>/dev/null || true
EOD
diff --git a/Keywords/fcfontsdir.ucl b/Keywords/fcfontsdir.ucl
index 542465aea714..578c88ae9d7e 100644
--- a/Keywords/fcfontsdir.ucl
+++ b/Keywords/fcfontsdir.ucl
@@ -2,7 +2,7 @@
#
# MAINTAINER: x11@FreeBSD.org
-actions: [dirrmtry]
+actions: [dir]
post-install: <<EOD
fc-cache -s %D/%@ 2>/dev/null || true
mkfontscale %D/%@ 2>/dev/null || true
diff --git a/Keywords/fontsdir.ucl b/Keywords/fontsdir.ucl
index d4974074f448..cd40db4af4c8 100644
--- a/Keywords/fontsdir.ucl
+++ b/Keywords/fontsdir.ucl
@@ -2,7 +2,7 @@
#
# MAINTAINER: x11@FreeBSD.org
-actions: [dirrmtry]
+actions: [dir]
post-install: <<EOD
mkfontscale %D/%@ 2>/dev/null || true
mkfontdir %D/%@ 2>/dev/null || true