2ec52ec10f
It is much more lightweight than ginstall-info (12kB vs 400kB) and ginstall-info had a regression causing some index leftover on uninstall Submitted by: bapt Exp-run: self With hat: portmgr
11 lines
171 B
YAML
11 lines
171 B
YAML
# $FreeBSD$
|
|
#
|
|
# MAINTAINER: portmgr@FreeBSD.org
|
|
|
|
actions: [file]
|
|
post-install: |
|
|
file=%D/%@
|
|
indexinfo ${file%/*}
|
|
post-deinstall: |
|
|
file=%D/%@
|
|
indexinfo ${file%/*}
|