This website requires JavaScript.
Explore
Help
Sign In
mobeigi
/
filebot
Watch
1
Star
0
Fork
You've already forked filebot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bd402bd920
filebot
/
installer
/
ipkg
/
postinst.sh
5 lines
93 B
Bash
Raw
Normal View
History
Unescape
Escape
* setup /usr/bin/filebot via postinst/prerem scripts
2012-06-17 10:43:18 +00:00
#!/bin/sh
* set -DuseCreationDate explicitly depending on each platforms capabilities
2014-01-28 15:38:16 +00:00
# create /bin symlink
* ignore errors that may or may not occur during the prerem/postinst scripts if you're installing filebot using the .deb packages
2014-04-30 17:55:19 +00:00
ln -s -f /opt/share/filebot/bin/filebot.sh /opt/bin/filebot