/ chowning .local/share

This commit is contained in:
committer
2024-06-06 10:46:44 -05:00
parent 7269c629f0
commit 41888caffe

View File

@@ -380,10 +380,6 @@ if [ ${operation} == "dots+" ] ; then
download_repo ${targz_dotsplus_url}
tree ${clone_trg}
share_dir=/home/${system_user}/.local/share
mkdir -p ${share_dir}
chown ${system_user}:${system_user} ${share_dir}
# ----------
# fonts
# ----------
@@ -424,4 +420,12 @@ if [ ${operation} == "dots+" ] ; then
file_path=/usr/share/themes
deploy_file "${dotsplus_trg}/miscellaneous/${file_name}" "${file_path}/" chown recursive
# ----------
# chowning
# ----------
share_dir=/home/${system_user}/.local/share
mkdir -p ${share_dir}
chown ${system_user}:${system_user} ${share_dir}
chown ${system_user}:${system_user} ${share_dir}/*
fi