1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-01-10 05:18:03 -05:00
filebot/installer/pkg/scripts/postinstall

9 lines
173 B
Plaintext
Raw Normal View History

#!/bin/sh -xu
# $2: Full path to the installation destination.
# For example: /Applications
ln -sf $2/FileBot.app/Contents/MacOS/filebot.sh /usr/local/bin/filebot
exit 0