freebsd-ports/Keywords/rmtry.ucl
Antoine Brodin 26db5bddb5 Revert r533339, there is a regression in ordering
With hat:	portmgr
PR:		246102
2020-05-01 19:39:26 +00:00

12 lines
198 B
Plaintext

# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org
actions: []
post-deinstall: <<EOD
case "%@" in
/*) f="%@" ;;
*) f="%D/%@" ;;
esac
/bin/rm -f ${PKG_ROOTDIR}/$f 2>/dev/null || /usr/bin/true
EOD