diff options
author | freaj <freaj@riseup.net> | 2015-03-10 15:45:57 +0100 |
---|---|---|
committer | freaj <freaj@riseup.net> | 2015-03-10 15:45:57 +0100 |
commit | 7e501235005228c6929e2cd92c5e791e71e3d3dc (patch) | |
tree | 8b3e443492059e0df388dcab83a7413046c551f5 /pcr/rbenv/rbenv.install | |
parent | 99ad6efdd3f48f30b89f2a983442e8962deb27c7 (diff) | |
parent | 4f20907fbeefedbf3913af5c484f06f015ef4d0b (diff) |
Merge branch 'master' of git://projects.parabola.nu/abslibre/abslibre
Diffstat (limited to 'pcr/rbenv/rbenv.install')
-rw-r--r-- | pcr/rbenv/rbenv.install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pcr/rbenv/rbenv.install b/pcr/rbenv/rbenv.install new file mode 100644 index 000000000..49685824d --- /dev/null +++ b/pcr/rbenv/rbenv.install @@ -0,0 +1,10 @@ +post_install() { + echo 'Your shell must be initialized before rbenv will function correctly.' + echo 'Run the following, and consider adding it to your ~/.bashrc:' + echo ' eval "$(rbenv init -)"' +} + +post_remove() { + echo 'Remove the following from your ~/.bashrc, if present:' + echo ' eval "$(rbenv init -)"' +} |