diff options
author | Eric Berquist | 2017-05-12 16:06:36 -0400 |
---|---|---|
committer | Eric Berquist | 2017-05-12 16:12:20 -0400 |
commit | e4516190a67e101cb7071af911c25b799d650485 (patch) | |
tree | b5d07f2869b65f29f41971799f2e51f619f318aa /nwchem.install | |
download | aur-e4516190a67e101cb7071af911c25b799d650485.tar.gz |
initial commit
Diffstat (limited to 'nwchem.install')
-rw-r--r-- | nwchem.install | 7 |
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 +} |