_notice() {
  echo -e "\e[1;33m\nExecutable is installed as ruby-dotenv to avoid conflict with python-dotenv.\e[1;39m\n"
}

post_install() {
  _notice
}

post_upgrade() {
  _notice
}
