steam: add launchctl service to uninstall

This commit is contained in:
Josh Hagins 2014-12-30 09:06:05 -06:00
parent ac01102e05
commit 37b8f272c6
1 changed files with 2 additions and 0 deletions

View File

@ -7,4 +7,6 @@ cask :v1 => 'steam' do
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Steam.app'
uninstall :launchctl => 'com.valvesoftware.steamclean'
end