From e299e016dc29307921212e3ff3a0b9b45a96ac1e Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 27 Nov 2014 10:47:43 +0000 Subject: d-bus: remove duplicated caveats. --- Library/Formula/d-bus.rb | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'Library') diff --git a/Library/Formula/d-bus.rb b/Library/Formula/d-bus.rb index 1cc85909b..4c0594920 100644 --- a/Library/Formula/d-bus.rb +++ b/Library/Formula/d-bus.rb @@ -44,17 +44,4 @@ class DBus < Formula # Generate D-Bus's UUID for this machine system "#{bin}/dbus-uuidgen", "--ensure=#{var}/lib/dbus/machine-id" end - - def caveats; <<-EOS.undent - If this is your first install, automatically load on login with: - mkdir -p ~/Library/LaunchAgents - cp #{prefix}/org.freedesktop.dbus-session.plist ~/Library/LaunchAgents/ - launchctl load -w ~/Library/LaunchAgents/org.freedesktop.dbus-session.plist - - If this is an upgrade and you already have the org.freedesktop.dbus-session.plist loaded: - launchctl unload -w ~/Library/LaunchAgents/org.freedesktop.dbus-session.plist - cp #{prefix}/org.freedesktop.dbus-session.plist ~/Library/LaunchAgents/ - launchctl load -w ~/Library/LaunchAgents/org.freedesktop.dbus-session.plist - EOS - end end -- cgit v1.2.3