2 'opt/gnome/etc/gconf/schemas/guikachu-form-editor.schemas' 'opt/gnome/etc/gconf/schemas/guikachu-mainwin.schemas' 'opt/gnome/etc/gconf/schemas/guikachu-interface.schemas'
6 for schema in "${schemas[@]}" ; do
7 GCONF_CONFIG_SOURCE=`opt/gnome/bin/gconftool-2 --get-default-source` opt/gnome/bin/gconftool-2 --makefile-install-rule "$schema" > /dev/null 2>&1
9 kill -s HUP `pidof /opt/gnome/bin/gconfd-2` > /dev/null 2>&1
10 echo "updating scrollkeeper catalogue ..."
11 scrollkeeper-update -p /var/lib/scrollkeeper > /dev/null 2>&1
12 update-desktop-database > /dev/null 2>&1
13 update-mime-database > /dev/null 2>&1
21 for schema in "${schemas[@]}" ; do
22 GCONF_CONFIG_SOURCE=`opt/gnome/bin/gconftool-2 --get-default-source` opt/gnome/bin/gconftool-2 --makefile-uninstall-rule "$schema" > /dev/null 2>&1
24 echo "updating scrollkeeper catalogue ..."
25 kill -s HUP `pidof /opt/gnome/bin/gconfd-2` > /dev/null 2>&1
26 scrollkeeper-update -p /var/lib/scrollkeeper > /dev/null 2>&1
27 update-desktop-database > /dev/null 2>&1
31 echo "updating scrollkeeper catalogue ..."
32 scrollkeeper-update -p /var/lib/scrollkeeper > /dev/null 2>&1
33 update-desktop-database > /dev/null 2>&1
34 update-mime-database > /dev/null 2>&1