diff options
Diffstat (limited to 'gdm/post-install')
-rwxr-xr-x | gdm/post-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdm/post-install b/gdm/post-install index 08b1b0d..813106c 100755 --- a/gdm/post-install +++ b/gdm/post-install @@ -11,7 +11,7 @@ getent passwd gdm > /dev/null 2>&1 || /usr/sbin/useradd -c 'Gnome Display Manage sed "s|gdm:x:21:21:GDM Daemon User:/dev/null:/sbin/nologin|gdm:x:21:21:GDM Daemon User:/var/lib/gdm:/sbin/nologin|" -i /etc/passwd # gconf schemas -gconfpkg --install $port +/usr/sbin/gconfpkg --install $port # glib schemas /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas |