source:
stable/postflight.sh.in
@
341
| Revision 341, 239 bytes checked in by reed, 17 months ago (diff) |
|---|
| Line | |
|---|---|
| 1 | #!/bin/bash |
| 2 | app1="$2/@PROJ_BUNDLE_NAME@.app/Contents/MacOS/@PROJ_BUNDLE_NAME@" |
| 3 | app2="$2/@PROJ_BUNDLE_NAME@/bin/dawg" |
| 4 | if [ -x "$app1" ]; then |
| 5 | ln -s "$app1" /usr/bin/dawg |
| 6 | elif [ -x "$app2" ]; then |
| 7 | ln -s "$app2" /usr/bin/dawg |
| 8 | fi |
| 9 | exit 0 |
| 10 |
Note: See TracBrowser
for help on using the repository browser.
