mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
Run 'qlmanage -r' after installing a QuickLook plugin
This commit is contained in:
parent
25b0212c74
commit
877f96ad91
1 changed files with 5 additions and 0 deletions
|
|
@ -2,4 +2,9 @@ class Cask::Artifact::Qlplugin < Cask::Artifact::Symlinked
|
|||
def self.artifact_english_name
|
||||
'QuickLook Plugin'
|
||||
end
|
||||
|
||||
def install
|
||||
super
|
||||
@command.run!('/usr/bin/qlmanage', :args => ['-r'])
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue