blob: 37589b28a92ab6959770d41c4b0800b708465f3a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org
actions: [file]
post-install: |
file=%D/%@
indexinfo ${file%/*}
post-deinstall: |
file=%D/%@
indexinfo ${file%/*}
|