aboutsummaryrefslogtreecommitdiff
path: root/Keywords/fmtutil.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Keywords/fmtutil.yaml')
-rw-r--r--Keywords/fmtutil.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/Keywords/fmtutil.yaml b/Keywords/fmtutil.yaml
new file mode 100644
index 000000000000..6e43c183851f
--- /dev/null
+++ b/Keywords/fmtutil.yaml
@@ -0,0 +1,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