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