4 export GCONF_CONFIG_SOURCE=`opt/gnome/bin/gconftool-2 --get-default-source`
5 opt/gnome/bin/gconftool-2 --makefile-install-rule opt/gnome/share/gconf/schemas/${pkgname}.schemas >/dev/null
6 scrollkeeper-update -q -p var/lib/scrollkeeper
7 update-desktop-database -q
19 if [ -f opt/gnome/share/gconf/schemas/${pkgname}.schemas ]; then
20 schemas=(opt/gnome/share/gconf/schemas/${pkgname}.schemas)
22 schemas=(`pacman -Ql $pkgname | grep 'gconf/schemas/.*schemas$' | awk '{ print $2 }'`)
24 export GCONF_CONFIG_SOURCE=`opt/gnome/bin/gconftool-2 --get-default-source`
26 opt/gnome/bin/gconftool-2 --makefile-uninstall-rule ${schemas[@]} >/dev/null
30 update-desktop-database -q
31 scrollkeeper-update -q -p var/lib/scrollkeeper