projects
/
pm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c245609
)
Unload before deletion
author
Jacob Casper
<dev@jacobcasper.com>
Mon, 25 Jan 2021 15:41:46 +0000
(09:41 -0600)
committer
Jacob Casper
<dev@jacobcasper.com>
Mon, 25 Jan 2021 15:41:46 +0000
(09:41 -0600)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
8df8055
..
d637cf8
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-3,6
+3,6
@@
install:
ln -s $(shell pwd)/pm.sh /usr/local/bin/pm.sh
launchctl load -w /Library/LaunchDaemons/com.jacobcasper.pm.o*
uninstall:
+ launchctl unload -w /Library/LaunchDaemons/com.jacobcasper.pm.o*
rm -f /Library/LaunchDaemons/com.jacobcasper.pm*
rm -f /usr/local/bin/pm.sh
- launchctl unload -w /Library/LaunchDaemons/com.jacobcasper.pm.o*