Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rmtry.ucl « Keywords « default « test-ports - github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3cc90a29b395c1b89a3dece92cdaad4f567d8140 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD: head/Keywords/rmtry.ucl 509900 2019-08-26 10:41:50Z bapt $
#
# 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