From b4cb0ac2a816bcd726b26b6ee2892dd4489bd89e Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 26 Aug 2019 10:41:50 +0000 Subject: [PATCH] Make the @rmtry keyword rootdir friendly --- Keywords/rmtry.ucl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Keywords/rmtry.ucl b/Keywords/rmtry.ucl index deddce913c9f..93b27db4449c 100644 --- a/Keywords/rmtry.ucl +++ b/Keywords/rmtry.ucl @@ -7,5 +7,5 @@ post-deinstall: </dev/null || /usr/bin/true + /bin/rm -f ${PKG_ROOTDIR}/$f 2>/dev/null || /usr/bin/true EOD