/ lemurs upd

This commit is contained in:
committer
2024-05-19 21:29:48 -05:00
parent 50ce728a0b
commit 045d022164
3 changed files with 16 additions and 10 deletions

View File

@@ -245,16 +245,21 @@ if [ ${operation} == "dots" ] ; then
deploy_file "${dots_trg}/xorg/.*" "${file_path}/"
# lemurs (display/login manager)
file_name=.xinitrc
file_name=config
file_path=/etc/lemurs/wms
if [ -f ${file_path}/${file_name} ] ; then
echo ""
echo "softlink already exists: ${file_path}/${file_name}"
else
echo ""
echo "creating soft link: ${file_path}/${file_name} ➔ /home/${user}/.xinitrc"
ln -s /home/${user}/.xinitrc /etc/lemurs/wms
fi
mkdir -p ${file_path}
deploy_file "${dots_trg}/lemurs/*" "${file_path}/"
#file_name=.xinitrc
#file_path=/etc/lemurs/wms
#if [ -f ${file_path}/${file_name} ] ; then
# echo ""
# echo "softlink already exists: ${file_path}/${file_name}"
#else
# echo ""
# echo "creating soft link: ${file_path}/${file_name} ➔ /home/${user}/.xinitrc"
# ln -s /home/${user}/.xinitrc /etc/lemurs/wms
#fi
fi