diff --git a/scripts/pkg.sh b/scripts/pkg.sh index 63e1b8da..7a96a869 100644 --- a/scripts/pkg.sh +++ b/scripts/pkg.sh @@ -629,7 +629,7 @@ cmd_log_install() cfgfile_macro() { - if echo "$*" | grep -qe '/etc/\|\.conf$'; then + if echo "$*" | grep -qe '/etc/\|\.conf$\|\.leases$'; then echo "%config(noreplace) " fi }