svn commit: r552967 - head/Keywords
Baptiste Daroussin
bapt at FreeBSD.org
Thu Oct 22 12:46:49 UTC 2020
Author: bapt
Date: Thu Oct 22 12:46:48 2020
New Revision: 552967
URL: https://svnweb.freebsd.org/changeset/ports/552967
Log:
Remove the empty files during the post-deinstall procedure, to give a chance a deinstall
process to remove entries on the said file and maybe empty it
Modified:
head/Keywords/rmempty.ucl
Modified: head/Keywords/rmempty.ucl
==============================================================================
--- head/Keywords/rmempty.ucl Thu Oct 22 12:41:58 2020 (r552966)
+++ head/Keywords/rmempty.ucl Thu Oct 22 12:46:48 2020 (r552967)
@@ -2,7 +2,7 @@
#
# MAINTAINER: portmgr at 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
More information about the svn-ports-head
mailing list