RDEPENDS_gnome-vfs:  libxml2 (>= 2.6.29) zlib (>= 1.2.3) glibc (>= 2.5) gconf-dbus (>= 2.16.0+svnr638) glib-2.0 (>= 2.14.6) dbus-glib (>= 0.74) dbus (>= 1.0.3)
PKG_gnome-vfs: gnome-vfs
FILES_gnome-vfs: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.* /etc /usr/com /var /bin/* /sbin/* /lib/.so.* /usr/share/gnome-vfs /usr/lib/gnome-vfs/* /usr/share/pixmaps /usr/share/applications /usr/share/idl /usr/share/omf /usr/share/sounds /usr/lib/bonobo/servers /usr/share/application-registry /usr/share/mime-info \t/usr/share/gnome-2.0  /usr/lib/vfs /usr/share/dbus-1/services
pkg_postinst_gnome-vfs: #!/bin/sh\nif [ "$1" = configure ]; then\n\tif [ "x$D" != "x" ]; then\n\t\texit 1\n\tfi\n        SCHEMA_LOCATION=/etc/gconf/schemas\n        for SCHEMA in desktop_default_applications.schemas desktop_gnome_url_handlers.schemas system_http_proxy.schemas system_smb.schemas system_dns_sd.schemas; do\n                if [ -e $SCHEMA_LOCATION/$SCHEMA ]; then\n                        HOME=/root GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \\\n                                gconftool-2 \\\n                                --makefile-install-rule $SCHEMA_LOCATION/$SCHEMA > /dev/null\n                fi\n        done\nfi\nif [ x"$D" = "x" ]; then\n\tldconfig\nfi\n
pkg_prerm_gnome-vfs: #!/bin/sh\nif [ "$1" = remove ] || [ "$1" = upgrade ]; then\n        SCHEMA_LOCATION=/etc/gconf/schemas\n        for SCHEMA in desktop_default_applications.schemas desktop_gnome_url_handlers.schemas system_http_proxy.schemas system_smb.schemas system_dns_sd.schemas; do\n                if [ -e $SCHEMA_LOCATION/$SCHEMA ]; then\n                        HOME=/root GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \\\n                                gconftool-2 \\\n                                        --makefile-uninstall-rule $SCHEMA_LOCATION/$SCHEMA > /dev/null\n                fi\n        done\nfi\n
