aboutsummaryrefslogblamecommitdiff
path: root/Keywords/info.ucl
blob: c6d27618253604200331635ecb9b5ec775c8aa37 (plain) (tree)
1
2
3
4
5
6
7
8
9
10





                                 



                     
                                    

                     



                     
                                    
   
# $FreeBSD$
#
# 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