Files
screendump/screendumpLowFrame/layout/DEBIAN/postrm
2021-07-15 12:22:37 -04:00

6 lines
94 B
Bash

#!/bin/sh
launchctl unload //Library/LaunchDaemons/com.julioverne.screendumpd.plist
exit 0;