1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
filebot/installer/ipkg/postinst.sh

8 lines
145 B
Bash
Raw Normal View History

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