Skip to content

Commit

Permalink
Uninstall user launch daemon in Uninstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
essandess committed Dec 5, 2015
1 parent 315fb46 commit 026b474
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/scripts/UnInstall.applescript
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
-- uninstall ETVComskip


-- user launch daemon
do shell script "/bin/launchctl unload -w ~/Library/LaunchAgents/com.github.essandess.etv-comskip.comskipper.plist"
do shell script "/bin/rm -f ~/Library/LaunchAgents/com.github.essandess.etv-comskip.comskipper.plist"

-- remove older login item installs
tell application "System Events"
delete (every login item whose name contains "ComSkipper")
end tell
Expand Down

0 comments on commit 026b474

Please sign in to comment.