aboutsummaryrefslogblamecommitdiff
path: root/Keywords/rmtry.ucl
blob: deddce913c9f307759c73af566939fe92fdafce6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










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