caveats last in wireshark

This commit is contained in:
Roland Walker 2014-10-10 08:13:30 -04:00
parent ee63ff1b45
commit f22dc414b3
1 changed files with 4 additions and 5 deletions

View File

@ -7,11 +7,6 @@ class Wireshark < Cask
license :unknown
pkg "Wireshark #{version} Intel 64.pkg"
caveats do
x11_required
end
postflight do
if Process.euid == 0 then
ohai 'Note:'
@ -43,4 +38,8 @@ class Wireshark < Cask
'/usr/local/bin/tshark',
'/usr/local/bin/wireshark',
]
caveats do
x11_required
end
end