mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
5d33e04596
Where appropriate fiddle with a few other things.
11 lines
185 B
Plaintext
11 lines
185 B
Plaintext
# 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
|