Update postinst
This commit is contained in:
parent
0c877f8187
commit
0f06953e80
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
launchctl unload //Library/LaunchDaemons/com.julioverne.screendumpd.plist
|
launchctl unload /Library/LaunchDaemons/com.julioverne.screendumpd.plist
|
||||||
launchctl load //Library/LaunchDaemons/com.julioverne.screendumpd.plist
|
launchctl load /Library/LaunchDaemons/com.julioverne.screendumpd.plist
|
||||||
|
|
||||||
exit 0;
|
exit 0;
|
||||||
|
|
Loading…
Reference in New Issue