1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-02 08:25:02 -04:00
filebot/installer/ipkg/postinst.sh

8 lines
145 B
Bash

#!/bin/sh
# create /bin symlink
ln -s /opt/usr/share/filebot/bin/filebot.sh /opt/usr/bin/filebot
# delete caches and logs
filebot -clear-cache