u
This commit is contained in:
@@ -240,8 +240,15 @@ if [ ${operation} == "dots" ] ; then
|
|||||||
file_path=/home/${user}
|
file_path=/home/${user}
|
||||||
deploy_file "${dots_trg}/xorg/.*" "${file_path}/"
|
deploy_file "${dots_trg}/xorg/.*" "${file_path}/"
|
||||||
|
|
||||||
# lemurs
|
# lemurs (display/login manager)
|
||||||
ln -s /home/${user}/.xinitrc /etc/lemurs/wms
|
file_name=.xinitrc
|
||||||
|
file_path=/etc/lemurs/wms
|
||||||
|
if [ -f ${trg_dir}/${file_name} ] ; then
|
||||||
|
echo "softlink exists: ${trg_dir}/${file_name}"
|
||||||
|
else
|
||||||
|
echo "creating soft link: ${trg_dir}/${file_name} ➔ /home/${user}/.xinitrc"
|
||||||
|
ln -s /home/${user}/.xinitrc /etc/lemurs/wms
|
||||||
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user