diff options
Diffstat (limited to 'system/seahorse/doinst.sh')
-rw-r--r-- | system/seahorse/doinst.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/system/seahorse/doinst.sh b/system/seahorse/doinst.sh index caa93c72af..3e5691a052 100644 --- a/system/seahorse/doinst.sh +++ b/system/seahorse/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 seahorse.schemas - if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi @@ -17,4 +7,3 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 fi fi - |