* complete post install for brew install like in the nsis installer
This commit is contained in:
parent
aaf03996fb
commit
527d80c13e
|
@ -15,6 +15,9 @@ class Filebot < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
def post_install
|
def post_install
|
||||||
|
# Clearing cache and temporary files
|
||||||
|
system "#{bin}/filebot", "-clear-cache"
|
||||||
|
# Initializing Cache
|
||||||
system "#{bin}/filebot", "-script", "g:MediaDetection.warmupCachedResources()"
|
system "#{bin}/filebot", "-script", "g:MediaDetection.warmupCachedResources()"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue