Files
screendump/screendumpLowFrame/layout/DEBIAN/postinst
2021-08-01 22:30:13 +05:30

6 lines
167 B
Bash
Executable File

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