From 5140c741f3544390972af45dfa64aa35f7aa7c9e Mon Sep 17 00:00:00 2001 From: Maxim Belkin Date: Fri, 13 Oct 2017 13:26:14 -0500 Subject: [PATCH] caveats.rb: empty method on Linux --- Library/Homebrew/extend/os/linux/caveats.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Library/Homebrew/extend/os/linux/caveats.rb diff --git a/Library/Homebrew/extend/os/linux/caveats.rb b/Library/Homebrew/extend/os/linux/caveats.rb new file mode 100644 index 0000000000..f30aead87e --- /dev/null +++ b/Library/Homebrew/extend/os/linux/caveats.rb @@ -0,0 +1,3 @@ +class Caveats + def plist_caveats; end +end