screendump/screendumpLowFrame/layout/DEBIAN/postinst

8 lines
188 B
Bash

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