Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/Keywords/fmtutil.ucl
16439 views
# MAINTAINER:   [email protected]

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