mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Make the @rmtry keyword rootdir friendly
This commit is contained in:
parent
397ec52f46
commit
b4cb0ac2a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509900
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue