blob: d2a296a7a8039efcfb80294c3c46321ffac267b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
_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
}
|