mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
26db5bddb5
With hat: portmgr PR: 246102
12 lines
198 B
Plaintext
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
|