Files
screendump/screendumpLowFrame/layout/DEBIAN/postinst
2020-06-22 17:29:49 -03:00

6 lines
167 B
Bash

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