* complete post install for brew install like in the nsis installer

This commit is contained in:
Reinhard Pointner 2014-06-19 09:03:53 +00:00
parent aaf03996fb
commit 527d80c13e
1 changed files with 3 additions and 0 deletions

View File

@ -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