diff options
Diffstat (limited to 'extra/xfce/post-install')
-rwxr-xr-x | extra/xfce/post-install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/xfce/post-install b/extra/xfce/post-install new file mode 100755 index 000000000..c50db93a8 --- /dev/null +++ b/extra/xfce/post-install @@ -0,0 +1,7 @@ +#!/bin/bash +update-desktop-database + +sed -i "s/^id:[3-5]/id:4/" /etc/inittab + +# Activer kde par défaut +sed -i "s/^\(Session=\).*$/\1xfce4/g" /etc/skel/.dmrc |