summarylogtreecommitdiffstats
path: root/petsc.install
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2019-02-05 12:41:18 -0200
committerLucas Heitzmann Gabrielli2019-02-05 12:41:18 -0200
commitd5b93df3eee209906e2a6ed1bc7cce1187af1ca9 (patch)
treed3d558b5d50d50b1f3f4fecbf6d2330948e028af /petsc.install
downloadaur-d5b93df3eee209906e2a6ed1bc7cce1187af1ca9.tar.gz
Initial commit
Diffstat (limited to 'petsc.install')
-rw-r--r--petsc.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/petsc.install b/petsc.install
new file mode 100644
index 000000000000..b7abcc85513f
--- /dev/null
+++ b/petsc.install
@@ -0,0 +1,9 @@
+post_install() {
+source /etc/profile.d/petsc.sh
+}
+
+post_upgrade() {
+post_install
+}
+
+# vim:set ts=2 sw=2 et: