mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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
3 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue