* 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:
parent
7f48ca67e9
commit
2752de9a00
|
@ -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
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
# delete caches and logs
|
||||
filebot -clear-cache
|
||||
|
||||
# remove /bin symlink
|
||||
rm /usr/bin/filebot
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
# delete caches and logs
|
||||
filebot -clear-cache
|
||||
|
||||
# remove /bin symlink
|
||||
rm /opt/bin/filebot
|
||||
|
|
Loading…
Reference in New Issue