Replace the dirrmtry action with dir.

With hat:	portmgr
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2014-10-02 12:39:57 +00:00
parent eef685b8bb
commit 3752f7f4d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369819
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
#
# MAINTAINER: x11@FreeBSD.org
actions: [dirrmtry]
actions: [dir]
post-install: <<EOD
fc-cache -s %D/%@ 2>/dev/null || true
EOD

View File

@ -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

View File

@ -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