summarylogtreecommitdiffstats
path: root/petsc.install
blob: b7abcc85513f13bfecc34b723844e155393d5310 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
source /etc/profile.d/petsc.sh
}

post_upgrade() {
post_install
}

# vim:set ts=2 sw=2 et: