filebot/installer/ipkg/postinst.sh

8 lines
145 B
Bash
Raw Normal View History

#!/bin/sh
# create /bin symlink
2013-03-05 15:40:37 +00:00
ln -s /opt/usr/share/filebot/bin/filebot.sh /opt/usr/bin/filebot
# delete caches and logs
filebot -clear-cache