1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
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

14 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