opnsense-ports/Keywords/info.ucl
Franco Fichtner a1a1a75baa Framework: sync with upstream
Taken from: HardenedBSD
2021-04-07 21:16:15 +02:00

17 lines
301 B
Text

# 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