1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-26 09:48:56 -05:00
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