On 9/24/05, Lennon Cook <[EMAIL PROTECTED]> wrote:
> Actually it's so I can tell easily which ones I've installed already;
> and so that 'for i in /etc/gconf/schemas/* ; do gconftool-2
> --install-schema-file=$i ; done' doesn't reinstall things
> unnecesarily.
Instead of the for command above use the following, that will
eliminate the schemas for other packages:
for i in $(find /etc/gconf/schemas -user <pkg> -and -name
"*.schemas" 2>/dev/null)
do
gconftool-2 --install-schema-file=$i
done
--
Tushar Teredesai
mailto:[EMAIL PROTECTED]
http://www.linuxfromscratch.org/~tushar/
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page