summarylogtreecommitdiffstats
path: root/nwchem.install
diff options
context:
space:
mode:
authorJonathan Scott Tincman Tinkham2015-06-08 13:07:14 -0600
committerJonathan Scott Tincman Tinkham2015-06-08 13:07:14 -0600
commitd66b228eef92ea1aa509ef37d04be183d8c55435 (patch)
treed03432a5c726119b4ecff70c2c4fbe8c36796636 /nwchem.install
downloadaur-d66b228eef92ea1aa509ef37d04be183d8c55435.tar.gz
Initial commit: migrate from old AUR
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
+}