diff options
-rwxr-xr-x | gnome/gnome/post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnome/gnome/post-install b/gnome/gnome/post-install index 383a8573a..47dfd231f 100755 --- a/gnome/gnome/post-install +++ b/gnome/gnome/post-install @@ -1,2 +1,5 @@ #!/bin/sh +if [ ! -d /etc/gconf/gconf.xml.system ]; then + mkdir -p /etc/gconf/gconf.xml.system +fi chmod 755 /etc/gconf/gconf.xml.system |