Skip to content

Commit

Permalink
Added Xerox C3290 driver, and to tc.
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoskings committed Jan 31, 2011
1 parent e87c3c5 commit 1b81d6d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions printers.rb
@@ -0,0 +1,12 @@
dep 'Xerox C3290.installer' do
source 'http://files.droplr.com/files/8046732/uVNW.Xerox%20C3290%20driver.dmg'
met? {
[
'/Library/Printers/PPDs/Contents/Resources/FX DocuPrint C3290 FS PS.gz',
'/Library/Printers/FujiXerox/PDEs/FXPSACJHAccount.plugin',
'/Library/Printers/FujiXerox/PDEs/FXPSACJHAccount.plugin'
].all? {|f|
f.p.exists?
}
}
end
3 changes: 2 additions & 1 deletion tc.rb
Expand Up @@ -5,6 +5,7 @@
'Google Chrome.app',
'Twitter.app',
'SizeUp.app',
'Cinch.app'
'Cinch.app',
'Xerox C3290.installer'
]
end

0 comments on commit 1b81d6d

Please sign in to comment.