diff options
author | James E.H. Turner <jturner@gemini.edu> | 2016-10-20 12:56:32 -0400 |
---|---|---|
committer | James E.H. Turner <jturner@gemini.edu> | 2016-10-20 12:56:32 -0400 |
commit | ae7e602a4ec23aa1664232a8b9d1ecaf4a20b3b6 (patch) | |
tree | 50f151d0515dea07ff3c7a7df5c7ba006577be25 /iraf.stecf | |
parent | 191b5a1b3216f5f6910a1dbf890e867b3e288266 (diff) | |
download | astroconda-iraf-ae7e602a4ec23aa1664232a8b9d1ecaf4a20b3b6.tar.gz |
Remove IRAF packages from extern.pkg when uninstalling them (currently only works one package at a time, due to a conda limitation, where removing the first package also removes the update_extern_pkg scripts needed by the others).
Diffstat (limited to 'iraf.stecf')
-rw-r--r-- | iraf.stecf/pre-unlink.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iraf.stecf/pre-unlink.sh b/iraf.stecf/pre-unlink.sh new file mode 100644 index 0000000..c830342 --- /dev/null +++ b/iraf.stecf/pre-unlink.sh @@ -0,0 +1 @@ +"$PREFIX/bin/ac_config_iraf_pkg" --remove stecf |