adium/adium

Removed fixed deplyoment target for Adium.app.
adium-1.5.10.3
2017-03-22, Thijs Alkemade
4d835b161777
Removed fixed deplyoment target for Adium.app.
global HandyAdiumScripts
on run
tell application "Adium"
activate
end tell
tell application "System Events"
if not (exists application process "Adium") then error
end tell
end run