Files
screendump/screendumpLowFrame/layout/DEBIAN/postinst
2023-12-13 18:47:37 +05:30

7 lines
166 B
Bash
Executable File

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