mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
create bsd12 branch
This commit is contained in:
11
Keywords/rmtry.ucl
Normal file
11
Keywords/rmtry.ucl
Normal file
@@ -0,0 +1,11 @@
|
||||
# $FreeBSD: head/Keywords/rmtry.ucl 367153 2014-09-03 05:16:13Z bapt $
|
||||
#
|
||||
# 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
|
||||
Reference in New Issue
Block a user