From 40cc1c546fb48ceba14336089b2dc5b789b21821 Mon Sep 17 00:00:00 2001 From: Aurelien Desbrieres Date: Tue, 10 Mar 2015 14:47:05 +0100 Subject: Simple Ruby version manager --- pcr/rbenv/rbenv.install | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pcr/rbenv/rbenv.install (limited to 'pcr/rbenv/rbenv.install') 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 -)"' +} -- cgit v1.2.3-2-g168b