mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
275 B

if [ "$install_checks_true" = 1 ] ; then
gconftool-2 --install-schema-file D_sysconfdir/gconf/schemas/*
else
dir="D_sysconfdir"; dir=${dir#/}
all_touched "$dir/gconf/schemas/.*\.schemas" |
while read x ; do
gconftool-2 --install-schema-file "/$x"
done
unset dir x
fi