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

actions: [file]
post-install: |
  file=%D/%@
  install-info --quiet %D/%@ ${file%/*}/dir
post-deinstall: |
  file=%D/%@
  install-info --quiet --delete %D/%@ ${file%/*}/dir
  if [ $(info -d ${file%/*}  --output - 2>/dev/null | grep -c '^*') -eq 1 ]; then
    rm -f ${file%/*}/dir
  fi