Make the @rmtry keyword rootdir friendly
This commit is contained in:
parent
397ec52f46
commit
b4cb0ac2a8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user