diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-12 23:31:03 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-03-12 12:42:52 -0500 |
commit | aa58870bc6a80f739de96c632c92087bda69dbf8 (patch) | |
tree | 5b19d9d691ebe8a5d5400c739b98f1f3eead0c18 /system/gnome-vfs/doinst.sh | |
parent | ecf1514c65b4022bc3c20011d80b9c72b00c275c (diff) | |
download | slackbuilds-aa58870bc6a80f739de96c632c92087bda69dbf8.tar.gz |
system/gnome-vfs: silence doinst.sh script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/gnome-vfs/doinst.sh')
-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 |