/ chowning .local/share
This commit is contained in:
@@ -380,10 +380,6 @@ if [ ${operation} == "dots+" ] ; then
|
|||||||
download_repo ${targz_dotsplus_url}
|
download_repo ${targz_dotsplus_url}
|
||||||
tree ${clone_trg}
|
tree ${clone_trg}
|
||||||
|
|
||||||
share_dir=/home/${system_user}/.local/share
|
|
||||||
mkdir -p ${share_dir}
|
|
||||||
chown ${system_user}:${system_user} ${share_dir}
|
|
||||||
|
|
||||||
# ----------
|
# ----------
|
||||||
# fonts
|
# fonts
|
||||||
# ----------
|
# ----------
|
||||||
@@ -424,4 +420,12 @@ if [ ${operation} == "dots+" ] ; then
|
|||||||
file_path=/usr/share/themes
|
file_path=/usr/share/themes
|
||||||
deploy_file "${dotsplus_trg}/miscellaneous/${file_name}" "${file_path}/" chown recursive
|
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
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user