From 6feec0a3372f6070c1e02f72cf92ffd06b48ec0f Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 29 Apr 2020 14:33:55 +0000 Subject: [PATCH] Replace @rmtry shell implementation with a lua implementation This way @rmtry is now rootdir friendly It also allows cross installation (arm rootdir on amd64 host for example) Reviewed by: pormtgr (mat) Differential Revision: https://reviews.freebsd.org/D23618 --- Keywords/rmtry.ucl | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Keywords/rmtry.ucl b/Keywords/rmtry.ucl index 93b27db4449c..9785ffd697eb 100644 --- a/Keywords/rmtry.ucl +++ b/Keywords/rmtry.ucl @@ -2,10 +2,8 @@ # # MAINTAINER: portmgr@FreeBSD.org actions: [] -post-deinstall: </dev/null || /usr/bin/true +post-deinstall-lua: <