Modificar python_modules/infra.py

This commit is contained in:
manuel 2024-05-26 10:36:03 +00:00
parent 424d1d1f14
commit 937d2cd0a5
1 changed files with 5 additions and 6 deletions

View File

@ -434,8 +434,7 @@ def shared_folders():
'/face',
'/pmostools',
'/autostart',
'/pylibraries',
'/calamares_settings/branding'
'/pylibraries'
)
des_paths =('/usr/share/plymouth/themes/joy',
'/usr/share/applications',
@ -451,8 +450,8 @@ def shared_folders():
'/etc/skel/',
'/etc/skel/.local/share/pmostools',
'/etc/skel/.config/autostart',
'/usr/lib/python3/dist-packages',
'/etc/calamares/branding'
'/usr/lib/python3/dist-packages'
)
src_q = collections.deque(src_paths)
des_q = collections.deque(des_paths)