mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
create bsd12 branch
This commit is contained in:
15
Keywords/fmtutil.ucl
Normal file
15
Keywords/fmtutil.ucl
Normal file
@@ -0,0 +1,15 @@
|
||||
# $FreeBSD: head/Keywords/fmtutil.ucl 362833 2014-07-24 17:10:57Z bapt $
|
||||
#
|
||||
# MAINTAINER: portmgr@FreeBSD.org
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user