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





                                                                 
   
# 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