diff --git a/installer/deb/postinst.sh b/installer/deb/postinst.sh index da50019e..41b7ee06 100644 --- a/installer/deb/postinst.sh +++ b/installer/deb/postinst.sh @@ -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 diff --git a/installer/deb/prerem.sh b/installer/deb/prerem.sh index 46d4e43f..71793752 100644 --- a/installer/deb/prerem.sh +++ b/installer/deb/prerem.sh @@ -1,7 +1,4 @@ #!/bin/sh -# delete caches and logs -filebot -clear-cache - # remove /bin symlink rm /usr/bin/filebot diff --git a/installer/ipkg/postinst.sh b/installer/ipkg/postinst.sh index ae3c3b1b..b742e8b5 100644 --- a/installer/ipkg/postinst.sh +++ b/installer/ipkg/postinst.sh @@ -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 diff --git a/installer/ipkg/prerem.sh b/installer/ipkg/prerem.sh index 0fcd55aa..8f174d15 100644 --- a/installer/ipkg/prerem.sh +++ b/installer/ipkg/prerem.sh @@ -1,7 +1,4 @@ #!/bin/sh -# delete caches and logs -filebot -clear-cache - # remove /bin symlink rm /opt/bin/filebot