Update postrm

This commit is contained in:
Hayden 2021-07-15 12:23:25 -04:00 committed by GitHub
parent 3800852d35
commit 8a42be3359
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
#!/bin/sh
launchctl unload //Library/LaunchDaemons/com.julioverne.screendumpd.plist
launchctl unload /Library/LaunchDaemons/com.julioverne.screendumpd.plist
exit 0;
exit 0;