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