diff --git a/CHANGELOG b/CHANGELOG index bde6806..37ef715 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,2 +1,6 @@ Version 0.1 (2009-11-09) - Initial release + +Version 0.1b (2009-11-09) + - Minor feature addition + - No longer requires editing user files diff --git a/install b/install index 019d9d1..5329b07 100755 --- a/install +++ b/install @@ -11,6 +11,4 @@ else 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