aboutsummaryrefslogtreecommitdiff
path: root/Keywords/fmtutil.yaml
blob: 6e43c183851f361770d8fac381bd7f963a0c6e1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$
#
# MAINTAINER:   portmgr@FreeBSD.org

actions: []
post-install: |
   fmtutil-sys --missing >/dev/null
post-deinstall: |
   set -- %@
   for f in $@; do
        rm -f $f
        rmdir -p ${f%/*} 2>/dev/null
   done