* calling filebot -clear-cache in pre/post install causes issues cause it's run as root which then owns ~/.filebot which will break filebot for the actual user

This commit is contained in:
Reinhard Pointner 2014-04-02 16:20:43 +00:00
parent 7f48ca67e9
commit 2752de9a00
4 changed files with 0 additions and 12 deletions

View File

@ -2,6 +2,3 @@
# create /bin symlink
ln -s /usr/share/filebot/bin/filebot.sh /usr/bin/filebot
# delete caches and logs
filebot -clear-cache

View File

@ -1,7 +1,4 @@
#!/bin/sh
# delete caches and logs
filebot -clear-cache
# remove /bin symlink
rm /usr/bin/filebot

View File

@ -2,6 +2,3 @@
# create /bin symlink
ln -s /opt/share/filebot/bin/filebot.sh /opt/bin/filebot
# delete caches and logs
filebot -clear-cache

View File

@ -1,7 +1,4 @@
#!/bin/sh
# delete caches and logs
filebot -clear-cache
# remove /bin symlink
rm /opt/bin/filebot