diff --git a/transfer.py b/transfer.py
index e41754d423363b3cb4cf3cc25380af9877c3ff88..34161077371e432890d6413fedfe1a0cbbb8021d 100644
--- a/transfer.py
+++ b/transfer.py
@@ -68,6 +68,8 @@ for x in os.listdir(disk):
     except (PermissionError, FileNotFoundError, OSError):
         pass
 
+shutil.rmtree(os.path.join(disk, 'lib'), True)
+
 shutil.rmtree(os.path.join(disk, 'src'), True)
 shutil.copytree('src', os.path.join(disk, 'src'), dirs_exist_ok=True)
 shutil.rmtree(os.path.join(disk, 'support'), True)