aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sleepwatcher.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-11-11 11:20:09 -0800
committerAdam Vandenberg2012-11-11 11:20:35 -0800
commit1bcf5af975f2b2c079963b2c3718431567f97fc7 (patch)
treefa87b6eb9be5b9ad3c42c19d192d0051ae6e908f /Library/Formula/sleepwatcher.rb
parent72be4c55f036601d6644f872af31c93ad293fbd4 (diff)
downloadhomebrew-1bcf5af975f2b2c079963b2c3718431567f97fc7.tar.bz2
Streamline metafile installs
Diffstat (limited to 'Library/Formula/sleepwatcher.rb')
-rw-r--r--Library/Formula/sleepwatcher.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/sleepwatcher.rb b/Library/Formula/sleepwatcher.rb
index acec5b686..e7cf6618d 100644
--- a/Library/Formula/sleepwatcher.rb
+++ b/Library/Formula/sleepwatcher.rb
@@ -24,9 +24,6 @@ class Sleepwatcher < Formula
system "make", "install", "PREFIX=#{prefix}"
end
- # Write the usage ReadMe
- prefix.install "ReadMe.rtf"
-
# Write the sleep/wakeup scripts
(prefix + 'etc/sleepwatcher').install Dir["config/rc.*"]