mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-22 15:58:52 -05:00
Make sure postinstall always return exit code 0 (even if filebot command symlink doesn't work for some odd reason)
This commit is contained in:
parent
7ea854dcd1
commit
f7237dd237
@ -1,2 +1,8 @@
|
||||
#!/bin/sh
|
||||
ln -sf /Applications/FileBot.app/Contents/MacOS/filebot.sh /usr/local/bin/filebot
|
||||
#!/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
|
||||
|
Loading…
Reference in New Issue
Block a user