Files
screendump/screendumpLowFrame/layout/DEBIAN/postinst
2025-04-20 06:45:03 +05:00

10 lines
203 B
Bash
Executable File

#!/bin/sh
if [ -L "/var/jb" ]; then
launchctl load /var/jb/Library/LaunchDaemons/com.mousen.screendumpd.plist
else
launchctl load /Library/LaunchDaemons/com.mousen.screendumpd.plist
fi
exit 0;