summaryrefslogtreecommitdiffstats
path: root/gnome
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-25 15:10:06 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-25 15:10:06 +0100
commita1fc838aace79f54bf66cbd3fe5ecf56e7be2111 (patch)
tree9279379f651fc92967e5c375cb0aec63c5f95242 /gnome
parent18f174ee2788e73467c5fc070d153043c9ac8862 (diff)
downloadnutyx-pakxe-a1fc838aace79f54bf66cbd3fe5ecf56e7be2111.tar.gz
nutyx-pakxe-a1fc838aace79f54bf66cbd3fe5ecf56e7be2111.tar.bz2
nutyx-pakxe-a1fc838aace79f54bf66cbd3fe5ecf56e7be2111.tar.xz
nutyx-pakxe-a1fc838aace79f54bf66cbd3fe5ecf56e7be2111.zip
gnome, post-install il faut créer le dossier si il n'existe pas
Diffstat (limited to 'gnome')
-rwxr-xr-xgnome/gnome/post-install3
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