aboutsummaryrefslogtreecommitdiffstats
path: root/Keywords/info.ucl
blob: b0d4b02ac4a4df9de307c92bb59eef21c4c94c23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org

actions: [file]
post-install: <<EOD
  file=%D/%@
  indexinfo ${file%/*}
EOD
post-deinstall: <<EOD
  file=%D/%@
  indexinfo ${file%/*}
EOD