1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04: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