Initial commit
This commit is contained in:
9
screendumpLowFrame/layout/DEBIAN/postinst
Executable file
9
screendumpLowFrame/layout/DEBIAN/postinst
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/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;
|
||||
Reference in New Issue
Block a user