From 84ad9d322bd9207c973f302dba6408a1dd18d0f2 Mon Sep 17 00:00:00 2001 From: Ranmocy Date: Wed, 6 Jun 2012 18:52:16 +0800 Subject: [PATCH] brew-linkapps: note where symlinks are installed Closes Homebrew/homebrew#12619. Signed-off-by: Jack Nagel --- Library/Contributions/cmds/brew-linkapps.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Contributions/cmds/brew-linkapps.rb b/Library/Contributions/cmds/brew-linkapps.rb index 5a36bb4d14..92e1f6890c 100755 --- a/Library/Contributions/cmds/brew-linkapps.rb +++ b/Library/Contributions/cmds/brew-linkapps.rb @@ -29,3 +29,5 @@ HOMEBREW_CELLAR.subdirs.each do |keg| end end end + +puts "Finished linking. Find the links under ~/Applications."