diff --git a/tmp/postinstall b/tmp/postinstall index 51a0b3a..88af6f5 100644 --- a/tmp/postinstall +++ b/tmp/postinstall @@ -71,4 +71,10 @@ # #Korrektur der Begüßung im kdm -sed -i -e "s/#GreetString=.*$/GreetString=\"Willkommen zu Viitor Linux auf %n\"/" \ /opt/kde/share/config/kdm/kdmrc +sed -i "s/^\(Enable=\).*$/\1true/" /opt/kde/share/config/kdm/kdmrc +sed -i "s/^#\(BootManager=\).*$/\1Lilo/" /opt/kde/share/config/kdm/kdmrc +sed -i "s/^#\(GreetString=\).*$/\1\"Willkommen zu Viitor Linux auf %n\"/" /opt/kde/share/config/kdm/kdmrc +sed -i "s/^#\(AntiAliasing=\).*$/\1true/" /opt/kde/share/config/kdm/kdmrc +sed -i "s/^#\(NumLock=\).*$/\1On/" /opt/kde/share/config/kdm/kdmrc +sed -i "s/^#\(Language=\).*$/\1de_DE/" /opt/kde/share/config/kdm/kdmrc +sed -i "s/^\(Theme=\).*$/\1\/opt\/kde\/share\/apps\/kdm\/themes\/circles/" /opt/kde/share/config/kdm/kdmrc