This commit is contained in:
committer@tuxwarrior
2026-02-26 10:42:38 -05:00
parent f9cdf367fa
commit 4672146020

View File

@@ -305,7 +305,7 @@ if [ ${operation} == "dots" ] ; then
deploy_file "${dots_trg}/librewolf/${file_name}" "${file_path}/${file_name}"
file_name=userChrome.css
file_path=${ffpd}/chrome
file_path=${ffpd}/librewolf
create_dir ${file_path}
deploy_file "${dots_trg}/librewolf/${file_name}" "${file_path}/${file_name}"
fi