Minor updates

pull/3/head
Ghost1227 15 years ago
parent 2a76aef3a2
commit 3504d1e253

@ -8,7 +8,9 @@ else
mkdir -p /usr/{bin,share/cdm}
install -m755 cdm /usr/bin/
install -Dm644 cdmrc /etc/cdmrc
cp -Rf skel themes /usr/share/cdm/
install -m644 xinitrc /usr/share/cdm/
install -Dm755 cdm-profile.sh /etc/profile.d/cdm-profile.sh
cp -Rf themes /usr/share/cdm/
echo "CDM configuration is done through /etc/cdmrc"
echo "Replace ~/.xinitrc and ~/.bash_profile with the files in /usr/share/cdm/skel for each user."
fi

@ -0,0 +1,6 @@
. $HOME/.bashrc
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
cdm
exit
fi
Loading…
Cancel
Save