aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Keywords/rmtry.ucl2
1 files changed, 1 insertions, 1 deletions
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: <<EOD
/*) f="%@" ;;
*) f="%D/%@" ;;
esac
- /bin/rm -f $f 2>/dev/null || /usr/bin/true
+ /bin/rm -f ${PKG_ROOTDIR}/$f 2>/dev/null || /usr/bin/true
EOD