b1d80f
diff --git a/installer/pluginhandler.py b/installer/pluginhandler.py
b1d80f
index 4d7c1b8..1af8d85 100755
b1d80f
--- a/installer/pluginhandler.py
b1d80f
+++ b/installer/pluginhandler.py
b1d80f
@@ -164,7 +164,7 @@ class PluginHandle(object):
b1d80f
                 for src, trg, link in copies:
b1d80f
                     if link != "":
b1d80f
                         if not utils.check_library(link):
b1d80f
-                            self.__plugin_state = PLUGIN_FILES_CORRUPTED
b1d80f
+                            pass
b1d80f
 
b1d80f
 
b1d80f
     def __getPluginInformation(self, callback=None):