diff options
author | James E.H. Turner <jturner@gemini.edu> | 2016-09-06 15:47:56 -0400 |
---|---|---|
committer | James E.H. Turner <jturner@gemini.edu> | 2016-09-06 15:47:56 -0400 |
commit | 761c66b60631b1b2b74ddf44b277ea904a87fd3e (patch) | |
tree | 7f911cf104995ea79ef3d137d897fc623e609a8e /iraf.tables/post-link.sh | |
parent | 94daaa0781d856cb8b47f06b61d343addee3cfc1 (diff) | |
download | astroconda-iraf-761c66b60631b1b2b74ddf44b277ea904a87fd3e.tar.gz |
Add a prototype external IRAF package (TABLES) for AstroConda.
Diffstat (limited to 'iraf.tables/post-link.sh')
-rw-r--r-- | iraf.tables/post-link.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/iraf.tables/post-link.sh b/iraf.tables/post-link.sh new file mode 100644 index 0000000..6165d02 --- /dev/null +++ b/iraf.tables/post-link.sh @@ -0,0 +1,4 @@ +# Call a common script that updates extern.pkg for the new IRAF package: + +"$PREFIX/bin/ac_config_iraf_pkg" tables + |