Files
screendump/screendump/layout/DEBIAN/prerm
2024-11-07 07:32:03 +05:00

3 lines
109 B
Bash
Executable File

#!/bin/sh
launchctl unload /var/jb/Library/LaunchDaemons/ru.mostmodest.screendumpd.plist 2> /dev/null
exit 0;