diff options
Diffstat (limited to 'system/file-roller/doinst.sh')
-rw-r--r-- | system/file-roller/doinst.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/system/file-roller/doinst.sh b/system/file-roller/doinst.sh index 9840b019c5..052b9667ff 100644 --- a/system/file-roller/doinst.sh +++ b/system/file-roller/doinst.sh @@ -1,13 +1,3 @@ -schema_install() { - SCHEMA="$1" - GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \ - chroot . gconftool-2 --makefile-install-rule \ - /etc/gconf/schemas/$SCHEMA \ - 1>/dev/null -} - -schema_install file-roller.schemas - if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi |