This website requires JavaScript.
Explore
Help
Sign In
moparisthebest
/
filebot
Watch
1
Star
0
Fork
0
You've already forked filebot
mirror of
https://github.com/mitb-archive/filebot
synced
2024-11-02 08:25:02 -04:00
Code
Issues
Releases
Wiki
Activity
13e6360c4d
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 06:43:18 -04:00
#!/bin/sh
* set -DuseCreationDate explicitly depending on each platforms capabilities
2014-01-28 10:38:16 -05: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 13:55:19 -04:00
ln -s -f /opt/share/filebot/bin/filebot.sh /opt/bin/filebot
Reference in New Issue
Copy Permalink