diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-08-10 22:59:37 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-08-10 22:59:37 +0200 |
commit | 9362e647b8ea8dd59a6908d35709d4a0278270bb (patch) | |
tree | b8f144532d3b4dd47f4e01cb2cc915e19fed67f6 | |
parent | 5910377df64369c7cd3beedf860d6afa2e79ddcb (diff) | |
download | nutyx-extra-9362e647b8ea8dd59a6908d35709d4a0278270bb.tar.gz nutyx-extra-9362e647b8ea8dd59a6908d35709d4a0278270bb.tar.bz2 nutyx-extra-9362e647b8ea8dd59a6908d35709d4a0278270bb.tar.xz nutyx-extra-9362e647b8ea8dd59a6908d35709d4a0278270bb.zip |
kdebase, correction du post-install
-rwxr-xr-x | kde/kdebase/post-install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kde/kdebase/post-install b/kde/kdebase/post-install index 0225b52ba..b3ca9a991 100755 --- a/kde/kdebase/post-install +++ b/kde/kdebase/post-install @@ -1,5 +1,4 @@ #!/bin/bash -sed -i "s/xdm.pid/kdm.pid/" /etc/rc.d/init.d/kdm sed -i "s/^id:[3-5]/id:5/" /etc/inittab |