summarylogtreecommitdiffstats
path: root/nwchem.install
diff options
context:
space:
mode:
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
+}