aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-08-20 23:15:55 -0500
committerJack Nagel2013-08-20 23:15:55 -0500
commitae906b52a598fdd0b6ee0032d68020f07efabf11 (patch)
tree9a7d34c3fb146ed90a672a85958b8f316bf4eabb /Library/Formula
parentd3bbbf967c7bafb8f4c6119cc7f0de886541a429 (diff)
downloadhomebrew-ae906b52a598fdd0b6ee0032d68020f07efabf11.tar.bz2
netpbm: remove empty file from bin
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/netpbm.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/netpbm.rb b/Library/Formula/netpbm.rb
index 644829aad..bc0a8ef8e 100644
--- a/Library/Formula/netpbm.rb
+++ b/Library/Formula/netpbm.rb
@@ -42,5 +42,7 @@ class Netpbm < Formula
man5.install Dir['man/man5/*.5']
lib.install Dir['link/*.a']
end
+
+ (bin/'doc.url').unlink
end
end