diff options
author | piernov <piernov@piernov.org> | 2011-07-24 23:46:10 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-07-24 23:46:10 +0200 |
commit | 97eb9aabeb8836a101a958b4e51502ee1f91bdab (patch) | |
tree | 874b78b324bc064b65037f41035a3242ac1a22bb /gnome | |
parent | 4dea9560687dfb871804b4152fdcc7d21145a781 (diff) | |
download | gnome3-97eb9aabeb8836a101a958b4e51502ee1f91bdab.tar.gz gnome3-97eb9aabeb8836a101a958b4e51502ee1f91bdab.tar.bz2 gnome3-97eb9aabeb8836a101a958b4e51502ee1f91bdab.tar.xz gnome3-97eb9aabeb8836a101a958b4e51502ee1f91bdab.zip |
gnome 3.1.3-1 màj post-install inittad
Diffstat (limited to 'gnome')
-rwxr-xr-x | gnome/post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnome/post-install b/gnome/post-install index 9ddaf84..b1003e2 100755 --- a/gnome/post-install +++ b/gnome/post-install @@ -4,7 +4,10 @@ if [ ! -d /etc/gconf/gconf.xml.system ]; then fi chmod 755 /etc/gconf/gconf.xml.system +cp /etc/inittab /etc/inittab.bak + sed -i "s/^id:[3-5]/id:4/" /etc/inittab +sed -i "s/lxdm/gdm/" /etc/inittab # glib schemas /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas |