summarylogtreecommitdiffstats
path: root/nwchem.install
diff options
context:
space:
mode:
authorEric Berquist2017-05-12 16:06:36 -0400
committerEric Berquist2017-05-12 16:12:20 -0400
commite4516190a67e101cb7071af911c25b799d650485 (patch)
treeb5d07f2869b65f29f41971799f2e51f619f318aa /nwchem.install
downloadaur-e4516190a67e101cb7071af911c25b799d650485.tar.gz
initial commit
Diffstat (limited to 'nwchem.install')
-rw-r--r--nwchem.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/nwchem.install b/nwchem.install
new file mode 100644
index 000000000000..d278673ff06b
--- /dev/null
+++ b/nwchem.install
@@ -0,0 +1,7 @@
+post_install() {
+echo ">> Be sure to copy/link /etc/skel/.nwchemrc to users home directory to allow use"
+}
+
+post_upgrade() {
+ post_install $1
+}