Files
screendump/screendumpLowFrame/layout/DEBIAN/postrm
2020-06-24 12:32:14 -03:00

7 lines
116 B
Bash

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