nspr: remove non-executables from bin

Other package managers seem to remove these files as well.
This commit is contained in:
Jack Nagel 2013-08-02 12:58:00 -05:00
parent f3e3f71603
commit b98f28760b

View file

@ -27,6 +27,9 @@ class Nspr < Formula
system "make"
system "make install"
(bin/'compile-et.pl').unlink
(bin/'prerr.properties').unlink
end
end
end