diff options
Diffstat (limited to 'Keywords')
-rw-r--r-- | Keywords/touch.ucl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Keywords/touch.ucl b/Keywords/touch.ucl new file mode 100644 index 000000000000..8fdb6e090e62 --- /dev/null +++ b/Keywords/touch.ucl @@ -0,0 +1,10 @@ +# $FreeBSD$ +# +# MAINTAINER: portmgr@FreeBSD.org +actions: [] +arguments: true +post-install-lua: <<EOD + for i=1, #arg do + assert(io.open(pkg.prefixed_path(arg[i]), "a"):close()) + end +EOD |