tpetsc.install - petsc-git-PKGBUILD - build template for non-complex PETSC with… | |
git clone git://src.adamsgaard.dk/petsc-git-PKGBUILD | |
Log | |
Files | |
Refs | |
--- | |
tpetsc.install (108B) | |
--- | |
1 post_install() { | |
2 source /etc/profile.d/petsc.sh | |
3 } | |
4 | |
5 post_upgrade() { | |
6 post_install | |
7 } | |
8 | |
9 # vim:set ts=2 sw=2 et: |