freebsd-ports/Keywords/fmtutil.yaml
Baptiste Daroussin 2a0b64c734 Support stage for texlive, given it is impossible to rebuild the fmt files into
the stage then they are now rebuild in post-installation, like it is done in
other package system
2014-07-04 17:35:18 +00:00

13 lines
227 B
YAML

# $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