diff options
Diffstat (limited to 'Keywords')
-rw-r--r-- | Keywords/rmempty.ucl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Keywords/rmempty.ucl b/Keywords/rmempty.ucl index 399ff764d163..1aa77df37f3f 100644 --- a/Keywords/rmempty.ucl +++ b/Keywords/rmempty.ucl @@ -2,7 +2,7 @@ # # MAINTAINER: portmgr@FreeBSD.org actions: [] -pre-deinstall-lua: <<EOD +post-deinstall-lua: <<EOD file = pkg.prefixed_path("%@") local st = pkg.stat(file) if st and st.type == "reg" and st.size == 0 then |