From 527d80c13ed02874fa891b281bc788d0af3c4150 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Thu, 19 Jun 2014 09:03:53 +0000 Subject: [PATCH] * complete post install for brew install like in the nsis installer --- installer/homebrew/filebot.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installer/homebrew/filebot.rb b/installer/homebrew/filebot.rb index dfd93a5b..279a6485 100644 --- a/installer/homebrew/filebot.rb +++ b/installer/homebrew/filebot.rb @@ -15,6 +15,9 @@ class Filebot < Formula end def post_install + # Clearing cache and temporary files + system "#{bin}/filebot", "-clear-cache" + # Initializing Cache system "#{bin}/filebot", "-script", "g:MediaDetection.warmupCachedResources()" end