Update editors/libreoffice-af to version 4.3.2
[dports.git] / Keywords / rmtry.ucl
1 # $FreeBSD: head/Keywords/rmtry.ucl 367153 2014-09-03 05:16:13Z bapt $
2 #
3 # MAINTAINER:   portmgr@FreeBSD.org
4 actions: []
5 post-deinstall: <<EOD
6         case "%@" in
7         /*) f="%@" ;;
8          *) f="%D/%@" ;;
9         esac
10         /bin/rm -f $f 2>/dev/null || /usr/bin/true
11 EOD