mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-11 20:05:04 -05:00
8 lines
181 B
Bash
8 lines
181 B
Bash
#!/bin/sh
|
|
|
|
# link filebot command
|
|
ln -sf /usr/share/filebot/bin/filebot.sh /usr/bin/filebot
|
|
|
|
# link system JNA library
|
|
ln -sf /usr/share/java/jna.jar /usr/share/filebot/jar/jna.jar
|