diff --git a/python_modules/infra.py b/python_modules/infra.py index 684c0daf..47fd6c06 100644 --- a/python_modules/infra.py +++ b/python_modules/infra.py @@ -434,9 +434,8 @@ def shared_folders(): '/face', '/pmostools', '/autostart', - '/pylibraries', - '/calamares_settings/branding' - ) + '/pylibraries' + ) des_paths =('/usr/share/plymouth/themes/joy', '/usr/share/applications', '/usr/share/fonts/pepconf', @@ -451,9 +450,9 @@ 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) size_q = len(des_q)