screendump/screendump/layout/DEBIAN/postinst

3 lines
107 B
Bash
Executable File

#!/bin/sh
launchctl load /var/jb/Library/LaunchDaemons/ru.mostmodest.screendumpd.plist 2> /dev/null
exit 0;