opnsense-ports/Keywords/info.ucl
Franco Fichtner 31c87daa62 Framework: sync with upstream
Taken from: FreeBSD
2015-10-23 06:55:22 +02:00

19 lines
315 B
Text

# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org
actions: [file]
post-install: <<EOD
case "%@" in
/*) file="%@" ;;
*) file="%D/%@" ;;
esac
indexinfo ${PKG_ROOTDIR}${file%/*}
EOD
post-deinstall: <<EOD
case "%@" in
/*) file="%@" ;;
*) file="%D/%@" ;;
esac
indexinfo ${PKG_ROOTDIR}${file%/*}
EOD