Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dudemeister/babushka-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dudemeister committed Mar 21, 2012
2 parents fba0010 + eb7576f commit 3ee68fa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions clamav.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
dep 'clamav' do
requires 'clamav.managed'
after { sudo 'freshclam' }
end

dep 'clamav.managed' do
installs { via :apt, 'clamav' }
provides []
end

0 comments on commit 3ee68fa

Please sign in to comment.