Files
RubyMotion/pkg/postinstall.sh

6 lines
106 B
Bash
Executable File

#!/bin/sh
if [ -z "$MOTION_UPDATE" ]; then
/usr/bin/open /Library/Motion/doc/Getting\ Started.html
fi