6 gconfpkg [OPTION] [PACKAGE]
9 -?, --help Show help options
12 --install Install schemas for a given package
13 --uninstall Uninstall schemas for a given package
19 GCONF_CONFIG_SOURCE
=`/usr/bin/gconftool-2 --get-default-source` \
20 /usr
/bin
/gconftool-2
--makefile-install-rule /usr
/share
/gconf
/schemas
/${pkgname}.schemas
>/dev
/null
24 if [ -f /usr
/share
/gconf
/schemas
/${pkgname}.schemas
]; then
25 schemas
=/usr
/share
/gconf
/schemas
/${pkgname}.schemas
26 elif [ -f /opt
/gnome
/share
/gconf
/schemas
/${pkgname}.schemas
]; then
27 schemas
=/opt
/gnome
/share
/gconf
/schemas
/${pkgname}.schemas
29 schemas
=`pacman -Ql ${pkgname} | grep 'gconf/schemas/.*schemas$' | awk '{ print $2 }'`
31 GCONF_CONFIG_SOURCE
=`/usr/bin/gconftool-2 --get-default-source` \
32 /usr
/bin
/gconftool-2
--makefile-uninstall-rule ${schemas} >/dev
/null