Update math/R-cran-xts to version 0.10.0
[dports.git] / devel / pear / pkg-install
1 #!/bin/sh
2
3 if [ "$2" != "POST-INSTALL" ]; then
4         exit 0
5 fi
6  
7 # Regenerate %%PEARDIR%%/.depdb post-install
8 # This is to prevent fs or stage violation for first dependent port
9 ${PKG_PREFIX}/bin/pear list > /dev/null
10  
11 exit 0