summaryrefslogtreecommitdiff
path: root/pcr/rbenv/rbenv.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-03-10 12:38:35 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-03-10 12:38:35 -0300
commitfd43413fc7f966c9ed661b892aefe7135a026961 (patch)
tree04c4c7ba684d18810a894417d2621a1342a16eca /pcr/rbenv/rbenv.install
parent9965bee28a96da4743f923d4ef3e46e610d9a15b (diff)
parent0a2b0c76389423c804b6f1aa9d2b4acb2aadc1b4 (diff)
Merge branch 'master' of ssh://projects.parabola.nu/~git/abslibre
Diffstat (limited to 'pcr/rbenv/rbenv.install')
-rw-r--r--pcr/rbenv/rbenv.install10
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 -)"'
+}