diff options
-rw-r--r-- | system/gnome-vfs/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/gnome-vfs/doinst.sh b/system/gnome-vfs/doinst.sh index ad6a9f1ead..18e253a06f 100644 --- a/system/gnome-vfs/doinst.sh +++ b/system/gnome-vfs/doinst.sh @@ -3,7 +3,7 @@ schema_install() { GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \ chroot . gconftool-2 --makefile-install-rule \ /etc/gconf/schemas/$SCHEMA \ - 1>/dev/null + 1>/dev/null 2>/dev/null } schema_install desktop_default_applications.schemas |