/ lemurs upd
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user