filebot/installer/deb/postinst.sh

8 lines
137 B
Bash
Raw Normal View History

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