From a1fc838aace79f54bf66cbd3fe5ecf56e7be2111 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Sun, 25 Oct 2009 15:10:06 +0100 Subject: gnome, post-install il faut créer le dossier si il n'existe pas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gnome/gnome/post-install | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnome') 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 -- cgit v1.2.3-70-g09d2