Add a `deactivate.sh` in `bin-dir`. The script should roll back the environment variable changes made by `activate.sh`. `activate.sh` should probably be changed to store the old environment variable values in `RKT_PKG_` prefixed environment variables.
Add a
deactivate.shinbin-dir. The script should roll back theenvironment variable changes made by
activate.sh.activate.shshould probably be changed to store the old environment variablevalues in
RKT_PKG_prefixed environment variables.