mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Replace the dirrmtry action with dir.
With hat: portmgr Sponsored by: Absolight
This commit is contained in:
parent
eef685b8bb
commit
3752f7f4d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369819
@ -2,7 +2,7 @@
|
||||
#
|
||||
# MAINTAINER: x11@FreeBSD.org
|
||||
|
||||
actions: [dirrmtry]
|
||||
actions: [dir]
|
||||
post-install: <<EOD
|
||||
fc-cache -s %D/%@ 2>/dev/null || true
|
||||
EOD
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user