aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/d-bus.rb13
1 files changed, 0 insertions, 13 deletions
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