Make the @rmtry keyword rootdir friendly
This commit is contained in:
parent
397ec52f46
commit
b4cb0ac2a8
@ -7,5 +7,5 @@ post-deinstall: <<EOD
|
|||||||
/*) f="%@" ;;
|
/*) f="%@" ;;
|
||||||
*) f="%D/%@" ;;
|
*) f="%D/%@" ;;
|
||||||
esac
|
esac
|
||||||
/bin/rm -f $f 2>/dev/null || /usr/bin/true
|
/bin/rm -f ${PKG_ROOTDIR}/$f 2>/dev/null || /usr/bin/true
|
||||||
EOD
|
EOD
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user